B
Bill
I know how to create a Visio application and run VBA code
on it from a macro in Word 2000. The Visio window opens
up and runs the macro, then closes when I use app.quit.
How can I create an application object which runs without
showing on the screen? My macro captures some information
from the Word ActiveDocument and creates a picture in
Visio, which it writes to a file, and then loads into the
Word file as an embedded object.
I don't want the user to see - or even wait for all the
screen updates - the Visio application as it runs the
macro. I can't find how to do this in the online help.
on it from a macro in Word 2000. The Visio window opens
up and runs the macro, then closes when I use app.quit.
How can I create an application object which runs without
showing on the screen? My macro captures some information
from the Word ActiveDocument and creates a picture in
Visio, which it writes to a file, and then loads into the
Word file as an embedded object.
I don't want the user to see - or even wait for all the
screen updates - the Visio application as it runs the
macro. I can't find how to do this in the online help.