Is there a way to add a tooltip, or context Help to custom menus that are pointing to macros?
S Sue Hughes Jul 19, 2005 #1 Is there a way to add a tooltip, or context Help to custom menus that are pointing to macros?
H Helmut Weber Jul 19, 2005 #2 Hi Sue, like this, preferebly form the template the commandbar is defined in: ActiveDocument.CommandBars("WE02").Controls(1).TooltipText = "Hidihi" whereby "WE02" is the name of a commandbar, of course. Greetings from Bavaria, Germany Helmut Weber, MVP, WordVBA Win XP, Office 2003 "red.sys" & Chr$(64) & "t-online.de"
Hi Sue, like this, preferebly form the template the commandbar is defined in: ActiveDocument.CommandBars("WE02").Controls(1).TooltipText = "Hidihi" whereby "WE02" is the name of a commandbar, of course. Greetings from Bavaria, Germany Helmut Weber, MVP, WordVBA Win XP, Office 2003 "red.sys" & Chr$(64) & "t-online.de"