I have added a custom tab, group, buttons etc onto my word ribbon using xml and linked them back to vba macros. All of that works.
But when I move the cursor over any of my buttons, I can see:
Screentip text that I entered in xml
Name of the template where the xml/vba resides
Tell me more - a clickable link that opens the main Word help file
The main word help file isn't relevant to my custom button. So I'd like to either remove that link or change it so it opens my own .chm help file. Is there an attribute that I can add that does that?