View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
RAFAAJ2000[_2_] RAFAAJ2000[_2_] is offline
external usenet poster
 
Posts: 75
Default Shape Selection Event !!

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.