I am having issues trying to find the correct syntax to import data from Excel. I have the TrasnferSpreadsheet down fine. What I would like to do is give the statement a data range in the workbook.
I have tried ‘Region 33’!A1:T900, ‘Region 33’ A1:T900, and may more combinations. I am not having any luck finding the correct way to give the range.
My final goal is to set up a loop where I can feed a variable sheet name to the statement and have Access read in the A1:T900 range from many sheets in the workbook. Sheets have the naming convention Regionxx. I have a workbook containing 30 tabs for the given Regions.
thanks for any help in getting this statement working.