Passing Custom Caption Labels from a Template to a Document Based on the Template

Written by Allen Wyatt (last updated April 30, 2022)
This tip applies to Word 2007, 2010, 2013, 2016, 2019, Word in Microsoft 365, and 2021


Dan created a new document and, in that document, made two custom caption labels: "Figure Appendix" and "Figure Table." These work great in the original document. The problem is that after Dan saves the document as a template, if a colleague creates a document based on the template, the custom caption labels are not in the Caption Label list. If Dan opens the template directly, they are still there, but a document created on the template doesn't include them. He wonders how he can make the custom caption labels be present in any document that is based on the template.

The key part of Dan's problem is the statement that the caption labels are not there "if a colleague creates a document based on the template." Caption labels are not stored in regular templates or in documents, so they cannot be passed on to others. When you create custom caption labels on your machine, they are stored in your Normal template, so they are available only to you.

There are two possible solutions. First, you can instruct people as to how to create the desired custom caption labels on their own systems—it is easy to do, and the user of each computer would only need to do it once. Second, you could create a macro that would set the custom caption labels for your users. This macro would also only need to be run once on each system. The following short macro would do the trick:

Sub MakeLabels()
    CaptionLabels.Add Name:="Figure Appendix"
    CaptionLabels.Add Name:="Figure Table"
End Sub

Once run, the user would see the desired caption labels in the Caption Label list, as Dan expects.

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 (12870) applies to Microsoft Word 2007, 2010, 2013, 2016, 2019, Word in Microsoft 365, and 2021.

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

Quickly Displaying Formatting Specs

It's easy to apply formatting to text, but often hard (after the fact) to know exactly what was done. If you often need ...

Discover More

Setting the Calculation Default

Excel can recalculate your worksheets either automatically or manually. The default is to calculate them automatically, ...

Discover More

Disabling Shift+Ctrl

Both Excel and Windows have scores of defined shortcut keys. This can be great for productivity, but it can be a real ...

Discover More

Comprehensive VBA Guide Visual Basic for Applications (VBA) is the language used for writing macros in all Office programs. This complete guide shows both professionals and novices how to master VBA in order to customize the entire Office suite for their needs. Check out Mastering VBA for Office 2010 today!

More WordTips (ribbon)

Formatting Captions

When you add captions to elements in your document, Word allows you to modify how those captions are formatted. Here's ...

Discover More

Automatic Periods after a Caption

Word can automatically add captions to certain elements of your documents, such as figures or tables. You can control ...

Discover More

Turning Off Automatic Captioning

Word can be configured so that it automatically adds captions to some of your design elements (tables, figures, etc.). ...

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 6 - 0?

There are currently no comments for this tip. (Be the first to leave your comment—just use the simple form above!)


This Site

Got a version of Word that uses the ribbon interface (Word 2007 or later)? This site is for you! If you use an earlier version of Word, visit our WordTips site focusing on the menu 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.