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?
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?