Exporting a Report to Excel

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have a report that I need to export to Excel. In the Report Header are a
label with the report titles and a date parameter to run the report. Both
show on the Access Report. When I use the Analyze with Excel, the date is in
General Format as a number (not in the date format) and the report title is
missing.

Please help,
Karen
 
The date can be displayed by reformatting it via Format | Cells.

Titles seem to be ignored when exporting. That leaves you with two
alternatives, either write a bunch of potentially messy code to populate the
spreadsheet as you want it, or if you only do the migration periodically, add
a row(s) and copy paste.
 
You might try exporting your report to Word as an rtf file, copy it and then
paste it into excel. Sometimes this provides better results in Excel than
exporting it directly.
 

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

Back
Top