View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default Picture on Worksheet Cell

You can create a popup message on mouse-over by assigning a hyperlink to the
picture.

It does not matter where the hyperlink links to, you intercept the hyperlink
event and run your macro from the event code.

Basically you use an indirect approach; your macro is not assinged to the
picture, it is called by the hyperlink event macro.
--
Gary''s Student - gsnu200855


"kirkm" wrote:


Is it possible for the picture to have a Control Tip text ?

Also, can the X-Y mouse coordinates be read programmicably? I'd like
to have 2 events depending on what part is clicked... but could use 2
pictures if that's the only way.

Thanks - Kirk