Outputing Report to Excel ?

J

Josh Grameson

I am using DoCmd.OutputTo acOutputReport to let the user output the report
to Excel or Word, etc.

But I would like to change the column order in the Excel output. So if now
it's
Column
A - Name
B - Manager
C - Customer

I want it to be:
A - Name
B - Customer
C - Manager

Can this be done? How?
 
A

Ashley

Why don't you want to create the report in the order of
what you want to see in Excel?
 
Top