I am using the following command to open a query in Excel:
DoCmd.OutputTo acOutputQuery, "qryTest", acFormatXLS, , True
The problem is that the code creates an Excel 97 file. Is there a way
using code to create an Excel 2000 or 2002 file?
Marcus
******
DoCmd.OutputTo acOutputQuery, "qryTest", acFormatXLS, , True
The problem is that the code creates an Excel 97 file. Is there a way
using code to create an Excel 2000 or 2002 file?
Marcus
******
Comment