R
Rob Berkers
Hello everybody,
I have a question about exporting a query to a spreadsheet.
I export the query called "Bushe" with the next statement (and this
works wonderful):
DoCmd.TransferSpreadsheet 1, 8, "Busche",
"G:\Data\Inkoop\Documenten\Export\60585 Bushe.xls", True
But in the spreadsheet that is created all the column names have the
name of the original table-fields. I would like to change them during
the export to something more meaningful for the user who needs this
spreadsheet.
Can this be done?
Thanks in advance.
Rob
I have a question about exporting a query to a spreadsheet.
I export the query called "Bushe" with the next statement (and this
works wonderful):
DoCmd.TransferSpreadsheet 1, 8, "Busche",
"G:\Data\Inkoop\Documenten\Export\60585 Bushe.xls", True
But in the spreadsheet that is created all the column names have the
name of the original table-fields. I would like to change them during
the export to something more meaningful for the user who needs this
spreadsheet.
Can this be done?
Thanks in advance.
Rob