S snagrat Registered User. Local time Today, 19:30 Joined Apr 2, 2002 Messages 61 Mar 5, 2003 #1 Is there a way in VBA so that when the mouse is held over a control for 1 second a message appears saying what it means. You all know the sort. Happens in Windows all the time when you put your mouse over a icon.
Is there a way in VBA so that when the mouse is held over a control for 1 second a message appears saying what it means. You all know the sort. Happens in Windows all the time when you put your mouse over a icon.
wh00t Registered User. Local time Today, 19:30 Joined May 18, 2001 Messages 264 Mar 5, 2003 #2 Simply type what you want to display in the ControlTip Text (it's on the Other tab in the control properties)
Simply type what you want to display in the ControlTip Text (it's on the Other tab in the control properties)
ghudson Registered User. Local time Today, 14:30 Joined Jun 8, 2002 Messages 6,194 Mar 6, 2003 #3 Check our my funwithbuttons.zip sample if you want more than what the controltip text offers. HTH