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
Load updates from Sql text files
How do I find the logged in Username from a batch file?
Error Type mistach when creating and running Excel macro through Access
Web.config app error problem
Why is #include "stdafx.h" required to run the following code from this C++ book?
reinstall Office 2003 Pro
Calculate/edit a field in a datagrid VB.net
Mapping drive to Win 7 machine
using SetJob function to change a Print jobs proerties
How do I perform a calculation in an update query?