Thread: Mouse Over
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Harald Staff Harald Staff is offline
external usenet poster
 
Posts: 1,327
Default Mouse Over

Hi

The controls from the Control Toolbox, and also Userforms, has a MouseMove
event. But they miss a MouseOut event, so it's not too useful for coding
highlighting, tooltips and things like that.

Worksheets, ranges, cells does not have this event.

HTH. Best wishes Harald

"Martyn" skrev i melding
...
Is there such an event with VBA programming. An example will ve most
helpful.
TA