View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Shape Selection Event !!

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

--
Regards,
Tom Ogilvy

"RAFAAJ2000" wrote in message
...
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.