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 Using a Visio Drawing in a userform

Unless you put it in an Image Control from the Control Toolbox toolbar, you
will not have any support for mouse movement over the drawing. Then you
would have the mouseover, mousedown and mouseup events.

--
Regards,
Tom Ogilvy



"Apollyon" wrote in message
oups.com...
I am looking for help in creating a userform that has a visio drawing
imported as an image. Ideally I would like to have mouseover comments
built into the drawing. Is this possible and if so how?