robertsquestion
Technical User
Hi,
I'm using Office 2003 and have an Access database in which I use the following code:
DoCmd.OutputTo acOutputQuery, "Q_export_all", acFormatXLS
This works fine, except for the fact that I have to save the exported excel-file as an "Microsoft Excel 5/7 (*.xls)"-file by default. In the "save as type" box I cannot select the normal "Microsoft Office Excel Workbook (*.xls)", so that I get a normal Excel 2003 file. Now I get an excel 95 file.
Can anyone help me out here?
Thanks in advance for your help!
Regards,
Robert
The Netherlands
I'm using Office 2003 and have an Access database in which I use the following code:
DoCmd.OutputTo acOutputQuery, "Q_export_all", acFormatXLS
This works fine, except for the fact that I have to save the exported excel-file as an "Microsoft Excel 5/7 (*.xls)"-file by default. In the "save as type" box I cannot select the normal "Microsoft Office Excel Workbook (*.xls)", so that I get a normal Excel 2003 file. Now I get an excel 95 file.
Can anyone help me out here?
Thanks in advance for your help!
Regards,
Robert
The Netherlands