M
MartyO
I have placed a macro that runs a customized report on my View Menu. It
prompts the user for "using resource" info. When the user chooses the
resource, when can I initialize a Public Variable and then referrence that in
the report Header?
I'm very familiar with doing this with VBA on an MS Access report, and am
new at doing this in Project. Just don't know how to get to the formatting
events on the report.
This is the only line of code in the module right now. The macro recording
generated it for me.
ReportPrintPreview Name:="myToDoList"
Thanks in advance!
Marty
prompts the user for "using resource" info. When the user chooses the
resource, when can I initialize a Public Variable and then referrence that in
the report Header?
I'm very familiar with doing this with VBA on an MS Access report, and am
new at doing this in Project. Just don't know how to get to the formatting
events on the report.
This is the only line of code in the module right now. The macro recording
generated it for me.
ReportPrintPreview Name:="myToDoList"
Thanks in advance!
Marty