add a button to a shape?

R

Russ McKenna

Is there a way to add a button to a shape?
An area that allows single click action to modify a shape?

I do not want a right-click menu option - just a hot spot to allow an
action?
 
C

Chris Roth

It's possible to add ActiveX controls to shapes, then hook VBA code behind
them. (View the Developer toolbar to get see Insert Control button)

But there's no ShapeSheet interface for trapping MouseOver/Up/Down/Click.

If you create a Hyperlink for a shape, however, you'll get a cursor change
on mouse over...but still it's a right-click to jump.

--
Hope this helps,

Chris Roth
Visio MVP
(e-mail address removed)
 

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