Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Use code as below to add controls to a menu item. Even though I set the
ToolTipText parameter to some value it is not displayed in the menu i make. What am I missing? Any help appreciated. Dim NewMenu As CommandBarPopup Dim MenuItem As CommandBarControl Set MenuItem = NewMenu.Controls.add(Type:=msoControlPopup) With MenuItem .Caption = "&Data" .BeginGroup = True .TooltipText = "Import result data to worksheets in new workbook," & vbCrLf & _ "create new tags or compress data." End With |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Display ToolTip for User Defined Function | Excel Discussion (Misc queries) | |||
Multiline Tooltip | Excel Programming | |||
Tooltip for my CommandButton | Excel Discussion (Misc queries) | |||
UDF tooltip | Excel Programming | |||
Tooltip on lineshape | Excel Programming |