Is there any way to use cells function instead of a range like ( A1: AC100)? I need to use numbers as I want to iterate the process. I want to make different tables from a single spread sheet. Any suggestions?
DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel9, "Futures" & i, "C:\users\Mahmud\Desktop\Project\Futures.xlsb" , True, "Sheet1!Cells(4,1),Cells(100,100)"