C
cirrusminor81
I have a command to Output to an Excel File
Example:
DoCmd.OutputTo acOutputQuery, "8205-Orders-ShippedOrders-01", acFormatXLS,
"P:\edi\To_ee\EarthEasy Shipped.xls", True
When I do this, it opens the file in Excel 97/5.0 format. Is there a way so
I can get it to format in Excel 2003 format? I would like to save it
automatically in the newer version.
Thanks
Example:
DoCmd.OutputTo acOutputQuery, "8205-Orders-ShippedOrders-01", acFormatXLS,
"P:\edi\To_ee\EarthEasy Shipped.xls", True
When I do this, it opens the file in Excel 97/5.0 format. Is there a way so
I can get it to format in Excel 2003 format? I would like to save it
automatically in the newer version.
Thanks