Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to add a tool tip to a command button.
Set SandP = ActiveSheet.Buttons.Add(400, 15, 107.75, 47.25) SandP.OnAction = "SandP_Click" SandP.Caption = "Sort and Print" SandP.ControlTipText = "Blah Blah Blah" This does not seem to work. Any thoughts? Thank you SS |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How a Tooltip can be displayed? | New Users to Excel | |||
How do I add a tooltip to an Excel toolbar button without coding? | New Users to Excel | |||
Tooltip for macro button in a worksheet | Excel Worksheet Functions | |||
Tooltip for my CommandButton | Excel Discussion (Misc queries) | |||
Tooltip on lineshape | Excel Programming |