Hi,
The spreadsheet file I want to import has 2 sheets in it.
Using this line, I only get the first sheet imported:
DoCmd.TransferSpreadsheet acImport, , "Eroom", path, True
How to import two sheets of into two different tables?
Thanks.
The spreadsheet file I want to import has 2 sheets in it.
Using this line, I only get the first sheet imported:
DoCmd.TransferSpreadsheet acImport, , "Eroom", path, True
How to import two sheets of into two different tables?
Thanks.