M
Manuelauch
When I use the export spread sheet method in Access 2007 as below
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9,
tblApplicationBroadcast, "C:/TEMP/Test.xlsx", True
it transfers OK, with no error, but when I try to open the Excel file I get
a warning that says that the 'file format or extension is not valid' and the
file will not open. What is wrong. This used to work in Access 2003
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9,
tblApplicationBroadcast, "C:/TEMP/Test.xlsx", True
it transfers OK, with no error, but when I try to open the Excel file I get
a warning that says that the 'file format or extension is not valid' and the
file will not open. What is wrong. This used to work in Access 2003