VBA for visio

X

xargon

Hi everyone,

I am totally new to VB and VBA programming. I am trying to do something
simple in Visio and am wondering if someone can help me with it:

Basically, every time I drop a shape on a Visio worksheet, I want a custom
dialog to show up. How can I do that? Any example on ho to do it would be
so greatly appreciated!

Thanks!
xargon
 
A

Alex (Ukraine)

Hi,
You can do that through the ShapeSheet (in developer mode)... in CustProp
section just change values of Ask cells to TRUE (default FALSE) only for the
rows you want to see in the dialog upon creating (copying or duplicating)
shape instance...

You can record a macro to see how it looks in VBA code.

Alex (Ukraine)
 

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