Automating the Database Wizard addon

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?
 
Top