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, 2021, and Word in Microsoft 365


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, 2021, and Word in Microsoft 365.

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

Copying Formatting

Excel provides a couple of different ways to copy formatting from one cell to another. Perhaps the easiest way is to use ...

Discover More

Last Non-Zero Value in a Row

If you have a lot of values in a single row, you might want to pull the last non-zero value from that row. There are a ...

Discover More

Using the Same Range Name on Different Worksheets

Defined names can be a great boon when working in a worksheet. Usually names are available throughout an entire workbook, ...

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 Captions

Need to add a caption after a document element such as a figure or table? You can add and format one manually, or you can ...

Discover More

Restarting Caption Numbers for a Section

Word can easily handle captioning common items, such as figures. What if you want to restart the numbering of those ...

Discover More

Automatically Adding Captions

Word can automatically add captions to various elements of your document, such as tables or figures. Here's how to ...

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 more than 1?

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.