When I am importing and Excel Spreadsheet, how do I tell MS Access that I want a specific worksheet from said spreadsheet?
I am using:
DoCmd.TransferSpreadsheet acImport, 8, "Spreadsheet", "J:Reports.xls", True, ""
To import the spreadsheet, but it only allows me to import the first worksheet and I want to import the second.
Thanks for your help...
G
I am using:
DoCmd.TransferSpreadsheet acImport, 8, "Spreadsheet", "J:Reports.xls", True, ""
To import the spreadsheet, but it only allows me to import the first worksheet and I want to import the second.
Thanks for your help...
G