2. DoCmd.OutputTo MS Access to Excel formatting workaround.
Hello All
I am in the process of developing a small Access database that pulls data
from linked datasources and pushes it through a report and exports into a MS
Excel 97 spreadsheet. Unfortunately when I use DoCmd.OutputTo none of the
orignal formatting applied to the report is exported with the data. I am
using the following VBA code to do this.
DoCmd.OutputTo acOutputReport, strRPT, acFormatXLS, ReportName & "_" &
strDate & ".xls"
I want to find a way to output this data across to MS Excel and then apply
formatting (Using Access VBA) to the spreadsheet so that it is aesthetically
pleasing. Is there a (non-dodgy) way that I can make this happen?
Thanks!
squirelle
3. textbox maximum character limitation -workarounds
4. Subform on Continuous form workaround?
6. Subform behavior workaround?
7. Shift on Open Disable and Workaround
9. Cannot append workaround question
10. Workaround for Column Naming issue?
11. Additem Workaround in 97/2000
12. KB275090 Alternative workaround
13. Workaround: ...because it doesn't satisfy the criteria in the underlying record source
14. Workaround Security message "...trying to automatically send e-mail
15. Autonumber Workaround with SQL Server 2005 BE