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
 

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