Changing ToolTips for a Macro Button

Written by Allen Wyatt (last updated June 25, 2018)
This tip applies to Word 97, 2000, 2002, and 2003


2

Calvin has a number of custom buttons on his toolbars, each of them assigned to a macro. He would like to change the ToolTip that appears when he positions the mouse pointer over the buttons. He wonders how he goes about changing the ToolTip associated with a macro button.

Many people think that you can change the ToolTip by simply following these steps:

  1. Choose Customize from the Tools menu. Word displays the Customize dialog box.
  2. Right-click on the toolbar button. Word displays a palette of options. (Make sure you right-click on the actual button, not on anything within the Customize dialog box.)
  3. Click the Name option and change it.
  4. Close the Customize dialog box.

These steps won't do it, however. What this changes is the name that appears if you display command names on the toolbars. If you want to change the ToolTip (which appears when you hover the mouse pointer over the button), you need to use a macro. Microsoft makes this clear in this Knowledge Base article:

http://support.microsoft.com/kb/171595

The macro provided in the article is this one:

Sub ChangeToolTip()
    With CommandBars("Standard") ' The name of your toolbar
        With .Controls("My Custom Button") ' The name of the button
            .TooltipText = "My Custom Tip" ' The ToolTip text
        End With
    End With 
End Sub

In order to use the macro, all you need to do is change the three options called out by the comments—the name of the toolbar, the name of the button, and the text you want used for the ToolTip.

If you are changing the ToolTip for a built-in button, you only need to run the macro once; Word remembers the ToolTip from that point forward. If you are changing the ToolTip for a button that is only visible when certain templates are open, you'll want to run the macro when that template is loaded. Save the template, and then you won't need to run the macro any more.

Note:

If you would like to know how to use the macros described on this page (or on any other page on the WordTips sites), I've prepared a special page that includes helpful information. Click here to open that special page in a new browser tab.

WordTips is your source for cost-effective Microsoft Word training. (Microsoft Word is the most popular word processing software in the world.) This tip (10508) applies to Microsoft Word 97, 2000, 2002, and 2003.

Author Bio

Allen Wyatt

With more than 50 non-fiction books and numerous magazine articles to his credit, Allen Wyatt is an internationally recognized author. He is president of Sharon Parq Associates, a computer and publishing services company. ...

MORE FROM ALLEN

Duplicating Drawing Objects

Need to duplicate a drawing object? It's easy to do if you use the same editing techniques you are already familiar with.

Discover More

Making Changes in a Group of Workbooks

If you need to change the same data in a large number of workbooks, the task can be daunting. Here are some ideas (and ...

Discover More

Resetting a Function Key

Function keys are often used, in Word, for common operations. You can, if desired, change the way in which a function key ...

Discover More

Discover the Power of Microsoft Office This beginner-friendly guide reveals the expert tips and strategies you need to skyrocket your productivity and use Office 365 like a pro. Mastering software like Word, Excel, and PowerPoint is essential to be more efficient and advance your career. Simple lessons guide you through every step, providing the knowledge you need to get started. Check out Microsoft Office 365 For Beginners today!

More WordTips (menu)

Changing Roman Numerals to Arabic

In some documents Roman numerals might be used quite a bit. If you ever want to change the Roman numerals to their Arabic ...

Discover More

Repaginating in a Macro

When creating a macro that extensively processes a document, you may need to periodically force Word to repaginate the ...

Discover More

Editing Word's Built-in Commands

Want to configure Word to do just what you want it to? You can even go so far as to change the actual way in which Word ...

Discover More
Subscribe

FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."

View most recent newsletter.

Comments

If you would like to add an image to your comment (not an avatar, but an image to help in making the point of your comment), include the characters [{fig}] (all 7 characters, in the sequence shown) in your comment text. You’ll be prompted to upload your image when you submit the comment. Maximum image size is 6Mpixels. Images larger than 600px wide or 1000px tall will be reduced. Up to three images may be included in a comment. All images are subject to review. Commenting privileges may be curtailed if inappropriate images are posted.

What is 9 - 5?

2021-12-29 07:51:10

Ron R

Hi Allen, I'm trying to change the Tooltip for a macro button I've located on the Quick Access Toolbar. How can I find the name of the QAT commandbar to write in this line: With CommandBars("Standard") ' The name of your toolbar (instead of "Standard")?
Thanks


2020-10-13 11:52:52

Willow Tough

Hello, this macro appears to either not work or I am stupid. I add the whole script and run it and it has an erroe for the name of the botton. So I cannge the name and it still errors?


This Site

Got a version of Word that uses the menu interface (Word 97, Word 2000, Word 2002, or Word 2003)? This site is for you! If you use a later version of Word, visit our WordTips site focusing on the ribbon interface.

Videos
Subscribe

FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."

(Your e-mail address is not shared with anyone, ever.)

View the most recent newsletter.