vba - Tips on Creating Event Handler -


i looking create event handler in visio 2010 using vba have segment of code occur when shape clicked on. there seems no event handler, can find, fires when shape clicked once. if give me tips, i'd appreciate it.

an event handler not absolutely needed, figured best way of going situation.

thank you!

for single click typically monitor activewindow selectionchanged event. if selection count 1 assume mean user clicked shape.

you can fancy , track selection count if selection increments 1 last shape in selection got clicked.

i've not seen shape-clicked event in visio, otherwise.


Comments