Mouse over in VBA

snagrat

Registered User.
Local time
Today, 19:30
Joined
Apr 2, 2002
Messages
61
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.
 
Simply type what you want to display in the ControlTip Text (it's on the Other tab in the control properties)
 
Check our my funwithbuttons.zip sample if you want more than what the controltip text offers.

HTH
 

Users who are viewing this thread

Back
Top Bottom