Hi. I am running the following vb command from access 2013.
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel8, "123", "c:\test\test.xls", True
Access 2013 - Excel 2013
The table 123 is created but the external table is not in the expected format appears and when I click on debug, the command line above is highlighted.
Any suggestions / ideas would be greatly appreciated.
Thank you!
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel8, "123", "c:\test\test.xls", True
Access 2013 - Excel 2013
The table 123 is created but the external table is not in the expected format appears and when I click on debug, the command line above is highlighted.
Any suggestions / ideas would be greatly appreciated.
Thank you!