Programatically export report object to excel

E

excel fool

I am using access 2003 and trying to export the results of a report to excel,
i have found a lot of info on exporting the results of a query to excel but
not a report. my users want the report itself put into excell not just the
dataset. Does anyone know how to do this? I need to get the reports
formatting output to excell also including a sub report within the reporting
object if possible. Thanks for any input anyone can provide.
 
K

Klatuu

You can use the OutputTo method to send a report to an Excel spreadsheet, but
you will not be happy with the output. It does not support the reports
formatting, and in fact will often shift the data around in the cells so it
is difficult to read.

There are a couple of ways to get really good looking formatted Excel
spreadsheets.
One is to do it from the Excel side using MS query to pull the data from
your Access database. The other is to use Automation to create an instance
of Excel and use VBA to manipulate the Excel object model. You can do
anything you want that way.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top