T
tkosel
I have converted an access 2003 application to Access 2007. The following
code used to work.
DoCmd.OutputTo acOutputReport, "JobNumbersRunReport", acFormatXLS,
Me.ExportLocation
Now, I get an error that says "Runtime error 2287" "The format in which you
are attempting to output the current object is not available"
When I leave the format argument blank, it prompts me for a format, of which
excel is not included!
What happened to the Excel format? Did they take it away?
code used to work.
DoCmd.OutputTo acOutputReport, "JobNumbersRunReport", acFormatXLS,
Me.ExportLocation
Now, I get an error that says "Runtime error 2287" "The format in which you
are attempting to output the current object is not available"
When I leave the format argument blank, it prompts me for a format, of which
excel is not included!
What happened to the Excel format? Did they take it away?