I have some VBA code which exports the Query in Excel 5.0/95 format which I feel is causing problems when I later call a Excel macro to format the exported spreadsheet. The Excel macro has been recorded using Excel 2003 format and I feel this is the problem.
How can I get Access to export in Excel 2003
Export code below
How can I get Access to export in Excel 2003
Export code below
Code:
DoCmd.OutputTo acOutputQuery, "supplier gate call", acFormatXLS, _
"c:\documents and settings\802284714\My Documents\PC Data\Supplier Gate Call.xls", False