View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default mouse selection of shapes

Depending on the shape, you may be able to just assign a macro to it. Then when
the user clicks on the shape, the assigned macro will run.

Try rightclicking on your shape and see if there's an "assign macro" option.

If there isn't, you may want to share more info--the shape you used especially.

perf wrote:

Hi all,
I would like to run some vba code when the user selects a shape or an image.

the procedure selectionchange() seem not to be useful with shapes but only
with cells...

can you please help me?

thanks

marco


--

Dave Peterson