K k209310 Registered User. Local time Today, 03:29 Joined Aug 14, 2002 Messages 184 Oct 22, 2002 #1 Doe anybody know of a way to add tooltips to custom button using visual basic?
The_Doc_Man Immoderate Moderator Staff member Local time Yesterday, 21:29 Joined Feb 28, 2001 Messages 30,562 Oct 22, 2002 #2 At least in theory, using VBA you could load a text string to the control's .ControlTipText property. But if the control doesn't have this property, I don't know where you would go from there.
At least in theory, using VBA you could load a text string to the control's .ControlTipText property. But if the control doesn't have this property, I don't know where you would go from there.