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

Formatting Labels

Need your labels to look a certain way? You can save time by formatting them before Word actually creates the sheet of ...

Discover More

Conditional Format that Checks for Data Type

Conditional formatting can be used to highlight cells that contain the improper type of data for your needs. This tip ...

Discover More

Auto-incrementing Form Fields

Templates are a great way to create new documents because they act as intricate patterns to what those new documents ...

Discover More

Create Custom Apps with VBA! Discover how to extend the capabilities of Office 2013 (Word, Excel, PowerPoint, Outlook, and Access) with VBA programming, using it for writing macros, automating Office applications, and creating custom applications. Check out Mastering VBA for Office 2013 today!

More WordTips (ribbon)

Adding Caption Labels

When using the captioning capabilities of Word, you aren't limited to the three default caption labels provided in the ...

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

Deleting Caption Labels

Define a custom label to be used for captions, and you may later want to delete that label. Here's how you can easily ...

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 nine minus 5?

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.