I am making an application (operations Research- Transportation Model) in which, according to a user-defined parameter, we create a table for data entry. So if the user chooses a model with 3 sources and 4 destinations, we dynamically open a 4 x 5 spreadsheet (B4XTable). The maximum possible...