B
Brian Lukanic
I'm making customized views/filters/tables to display exactly the task
information that I want to export into a Word status report. What I want to
do is write a macro that calls these different views and then invokes the
"Copy Picture to Office Wizard" to send it to Word. So far it's working
great, but I want to be able to have a single macro that does multiple
exports onto the same Word Doc.
Is there VB syntax I can use that would allow the macro to start "Export #2"
and send the picture to "current Word Doc?" This is pseudocode of course, but
essentially I want to end up with one macro that creates multiple exports
onto a single Word file. The fewer keystrokes to the end user the better.
information that I want to export into a Word status report. What I want to
do is write a macro that calls these different views and then invokes the
"Copy Picture to Office Wizard" to send it to Word. So far it's working
great, but I want to be able to have a single macro that does multiple
exports onto the same Word Doc.
Is there VB syntax I can use that would allow the macro to start "Export #2"
and send the picture to "current Word Doc?" This is pseudocode of course, but
essentially I want to end up with one macro that creates multiple exports
onto a single Word file. The fewer keystrokes to the end user the better.