VBA Message Box or VBA Form

B

bobdydd

Hi Everybody

I have a Visio 2003 document that has several shapes with titles on
them, and I would like to be able to use a double click event to pop up
either a VBA-Message-Box or a VBA-Form to put additional information
for viewers of the document.

You can do with other MS Office products
From my knowledge of VBA there needs to be:
1. A way of naming the object (The Shape)
2. Then finding the event property
3. Then inserting code at that point.

Is it possible that someone can point me in the right direction to get
started.

Thanks
 
J

JuneTheSecond

Each Visio shape has a cell named as "EventDblClick"
in the setion named as "Events" in the shape sheet
behind the shape.
You can use this cell to start your macro to display forms ro msgbox.
For further details , you would refer to the Visio developer's help.
 

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