Shape Selection Event !!

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

I would like to be able trigger an event procedure everytime a Shape is
selected by the User . I know that there is no such native events for
Worksheet Shapes but I was wondering if anyone could come up with a
workaround WITHOUT using a Timer as this would make the Code much less
performant.

Regards.
 
Possibly use the onaction property of the shape to assign a macro to - this
will fire when the shape is clicked.
 
Thanks Tom,

What I meant was Selecting the Shape Not Clicking on It ...the same as when
you want to move it or change its size .

Regards.
 
When I select a shape, I click it.

However, I doubt there is going to be a way for you to trap the selection of
a shape.
 

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

Back
Top