TudorSmith
Programmer
Help!
I have the following code:
This is successfully importing my spreadsheet...but now I want to run the code again, and import the data on worksheet 2 of the spreadsheet into a different table!
Any clues?
Thanks
birklea
birklea ~©¿©~ <><
I know what I know...don't presume that I know what I don't! Smithism!!!
I have the following code:
Code:
DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel9, "tblPGMImport", strImportPath, , "A16:V100"
This is successfully importing my spreadsheet...but now I want to run the code again, and import the data on worksheet 2 of the spreadsheet into a different table!
Any clues?
Thanks
birklea
birklea ~©¿©~ <><
I know what I know...don't presume that I know what I don't! Smithism!!!