B
BJ
I've had Excel 2007 installed and still run Access 2003 on my PC. The
following code ran fine when Excel 2003 was on my PC, but since using
2007 it generates an error.
'Transfer the recordset data to the workbook.
DoCmd.TransferSpreadsheet acExport, , QueryName, strNewWorkbookPath
_
, , NamedFormula
The error details are:
err.Number
3274
err.Description
External table is not in the expected format.
Any ideas as to possible fixes for this problem?
following code ran fine when Excel 2003 was on my PC, but since using
2007 it generates an error.
'Transfer the recordset data to the workbook.
DoCmd.TransferSpreadsheet acExport, , QueryName, strNewWorkbookPath
_
, , NamedFormula
The error details are:
err.Number
3274
err.Description
External table is not in the expected format.
Any ideas as to possible fixes for this problem?