O
okschlaps
Hi
I'm trying a very simple (I thought) export to excel. Here's my code:
DoCmd.TransferSpreadsheet acExport, , "TestTable", "D:\Roxanne\Test.xls", True
It runs, but there's no data in the spreadsheet. What am I missing?
Thanks for your help.
I'm trying a very simple (I thought) export to excel. Here's my code:
DoCmd.TransferSpreadsheet acExport, , "TestTable", "D:\Roxanne\Test.xls", True
It runs, but there's no data in the spreadsheet. What am I missing?
Thanks for your help.