Can I write a macro to start the Org Chart Wizard?

M

Mike S

I need to find if I can use a macro in Visio 2000 to start the org chart
wizard, and import the same file, the same way, every time it is run.
 
M

Mike S

I have seen the technet document that describes how to use the Command Line,
but I can not figure out how to include that in code, or to use multiple
command line switches. Thanks.
 
J

J Kallay

If you're using VBA, use the Shell function:

Shell "OrgWiz.exe switch1 switch2" etc.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top