T
ThriftyFinanceGirl
I'm using the simple "OUTPUTTO" command to send a query over to Excel,
however we will have many users and we would like to programmatically add the
header rows, date printed, turn on the auto filter and freeze panes, all of
which I can do within a Macro in Excel, but how do I call that macro to run
from Access and How to run it on the file that they just created?
Current Code:
DoCmd.OutputTo acOutputQuery, "MainRptWUser", acFormatXLS, , True
however we will have many users and we would like to programmatically add the
header rows, date printed, turn on the auto filter and freeze panes, all of
which I can do within a Macro in Excel, but how do I call that macro to run
from Access and How to run it on the file that they just created?
Current Code:
DoCmd.OutputTo acOutputQuery, "MainRptWUser", acFormatXLS, , True