How do I create a new Organization Chart wizard template in Visio.

T

tinkertoy

the template that is currently used for the US Units isn't quite what I
wanted, I need the setup on the screen to be the same everytime, properties,
size, type (manager, executive, position, etc.), layout (different than what
is there, and the fields that show. How do I create a new wizard template?
My org chart is very large, and I will have to split a lot of it up, and also
still need to be able to be linked to an ODBC file in SQL. Thanks!
 
M

Mike Mueller [MSFT]

All of the wizard behavior is implemented in code but you can control much
of it through command line parameters.

Search Visio help for the following topic:
"Create an organization chart from a data file using the command line or Run
method".

It will provide all the command line arguments for the wizard.
 
Top