deejay_totoro
Registered User.
- Local time
- Today, 11:23
- Joined
- May 29, 2003
- Messages
- 169
Hello,
I'm trying to import a series of Excel .xls files in to an Access database,
Using the following, the spreadsheets will only import if they are already opened in Excel.
DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel97, "myTable", myPath & "\spreadsheet.xls", True, "A1:Z20000"
Is it possible to import spreadsheets without having to keep them open in
Excel?
Many thanks,
Dj_T
I'm trying to import a series of Excel .xls files in to an Access database,
Using the following, the spreadsheets will only import if they are already opened in Excel.
DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel97, "myTable", myPath & "\spreadsheet.xls", True, "A1:Z20000"
Is it possible to import spreadsheets without having to keep them open in
Excel?
Many thanks,
Dj_T