Office 2007 Enterprise with SP2 (12.0.6557.5000 1) SP2 MSO(12.0.6544.5 001)
When using DoCmd.OutputTo and attempting to output a report to Excel, I get the following error:
The format to which you are attempting to output the current object is not available.
Code:
DoCmd.OutputTo acOutputReport, strSource, acFormatXLSX, , False
...
Leave a comment: