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

Bypassing the Startup Macro

Word allows you to create a macro that is run automatically whenever the program is started. If you want to bypass the ...

Discover More

Formatted Dates Appear Differently on Different Systems

When you format a date in a specific manner, you may be surprised to see that the format changes when you open the ...

Discover More

Using Extend Mode

One of the most overlooked shortcut keys in Word has to be the extend key. Yet, learning how to use this simple key can ...

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)

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

Repeating Table Captions with Modifications

Captions can be a great addition to items in your document such as figures and tables. If you want modifications in those ...

Discover More

Changing Existing Captions

Word allows you to automatically create captions for various elements of your document, such as figures and tables. These ...

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 8 - 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.