G
Guest
I've set up this VB command,
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9,
"tbl.MasterTestResults", "C:\Data\MasterTestResults.xls", ,
"tblMasterTestResults"
but the compiler is highlighting acExport and saying its an "invalid outside
procedure"
How do I set up to export ?
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9,
"tbl.MasterTestResults", "C:\Data\MasterTestResults.xls", ,
"tblMasterTestResults"
but the compiler is highlighting acExport and saying its an "invalid outside
procedure"
How do I set up to export ?