Microsoft
Software
Hardware
Network
Question : Access Report export question: DoCmd.OutputTo can't export Excel 1997-2003 format?
Question:
This is a big problem for me and I hope it's resolvable:
I wanted to automate the saving process of Access reports by using DoCmd.OutputTo:
DoCmd.OutputTo acOutputReport, "rptTemplate", acFormatXLS, "sample.xls"
In the mean time, we could manually export the report after opening it by choosing either:
"Excel 5-7" or "Excel 1997-2003".
Unfortunately, I found DoCmd.OutputTo could only export "Excel 5-7" format.
Seems I could not use DoCmd.TransferSpreadsheet for Access Reports and I do not want to change registry settings. Is there any workaround if I use DoCmd.OutputTo command? What's the fix for this problem if I really want to automatically export report in "1997-2003" format?
Thanks a lot!
Answer : Access Report export question: DoCmd.OutputTo can't export Excel 1997-2003 format?
Why can't you use Transferspreadsheet?
Random Solutions
How to restrict access in asp.net so that window prompt comes up
Export data from excel sheet to oracle
Linked table cannot be modified?
Do you know how I could make a single SQL Statement into a compound SQL Statement using the following SQL statements ?
How do I configure Outlook Anywhere on Exchange 2010 RC1, single server installation?
Microsoft Money - Login question
Dcount with null values
Why I play mp3 in Office PowerPoint 2003 had an error of MCI Error ?
RPC server unavailable on adding host to Cluster
How do I add the YTD Column to this query in Access?