Executing Visio Add-in with doCmd?

G

Guido

Hey altogether,

i have implemented a Visio Add-in. I can run the functionality by clicking
on a symbol in the toolbar. But is there a way to run the functionality by
using the doCmd-command? Thank you in advanced!

Best,
Daniel
 
P

Paul Herber

Hey altogether,

i have implemented a Visio Add-in. I can run the functionality by clicking
on a symbol in the toolbar. But is there a way to run the functionality by
using the doCmd-command? Thank you in advanced!

Look at the RunAddOnWArgs shapesheet function.
 
G

Guido

Thanks Paul! My Add-in is a Button in the toolbar that adds the runaddonwargs
to defined shapes/shapesheets. So I have to call the Add-in Button in the
toolbar.
 
Top