G
Guest
I am currently using DoCmd.TransferSpreadsheet acExport to export a query
into Excel format. Obviously, this does not format any of the data. I also
have an Excel module (*.bas file) that I would like to either run
automatically, or somehow be able to write the procedure into the file's
module.
The perfect end result would be to attach the *.bas file to the Excel file,
and include a small bit of code in the Workbook_Open event handler procedure
to call this macro.
Any ideas?
TIA
Jason
into Excel format. Obviously, this does not format any of the data. I also
have an Excel module (*.bas file) that I would like to either run
automatically, or somehow be able to write the procedure into the file's
module.
The perfect end result would be to attach the *.bas file to the Excel file,
and include a small bit of code in the Workbook_Open event handler procedure
to call this macro.
Any ideas?
TIA
Jason