Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a multi-option menu bar. Everything works fine except the
ToolTipText. Here is one of the options: With .Add(msoControlButton) .Caption = "Update Events" .OnAction = "UpdateEvents" .TooltipText = "Update Events from file - will OVERWRITE" End With What I want is for the ToolTip to display when the user puts the mover over the pulldown option. How can I do that? Glen |