Database Wizard addon in Visio

T

TdV

I want to automate running and completing the Database Wizard addon in Visio
2003. The "Record Macro" doesn't generate any code. Digging further you can
script:
Visio.Application.Addons.ItemU("DBWiz").Run("<something>"). However that
only starts the Wizard, but nothing else...

Does anyone know the syntax or know of any documentation for the
"<something>" that would answer all the wizard question and actually execute
the wizard?
 
A

AlEdlund

Some of the add-ons cannot be captured using the macro recorder (by design).
Since the shapes may be coupled to the add-on (high probability), by looking
at the action section of the shapesheet you can examine how the action menus
are created (thus a poor-mans reverse engineering for things that were also
masked by design).
al
 
Top