bc9999
02-03-2008, 12:39 AM
I have a report which is built from a query & then is exported to excel on click event. A basic example of the code is shown below:
DoCmd.OutputTo acOutputReport, "RptMain3", "Microsoft Excel (*.xls)", "C:\test.xls", True
What I was wondering was whether it would be possible to import any of formatting of the report to excel rather than just the fields. I am presuming this isnt possible & would require extra VBA code?
Regards
Helen
DoCmd.OutputTo acOutputReport, "RptMain3", "Microsoft Excel (*.xls)", "C:\test.xls", True
What I was wondering was whether it would be possible to import any of formatting of the report to excel rather than just the fields. I am presuming this isnt possible & would require extra VBA code?
Regards
Helen