View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John Robinson[_2_] John Robinson[_2_] is offline
external usenet poster
 
Posts: 4
Default Tooltip text over a label

Is it possible to display a tool tip-text type label as the mouse
hovers over a label on an excel sheet. I can get a msgbox to come up
using Mousemove or click, but that requires a user interaction to
remove it. I would like a simple tiptext type message to appear as one
hovered over it and disappear as one moved on. Labels don't seem to
have this property.
My problem is a small label, which sometimes holds a long address and
I would like to be able to display it all as one hovers over it.
Thanks in advance for any help!