Exporting a Report to Excel

K

Karen

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
 
D

DevalilaJohn

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.
 
G

George Nicholson

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.
 
Top