Please Note: This article is written for users of the following Microsoft Word versions: 2007, 2010, 2013, 2016, 2019, and Word in Microsoft 365. If you are using an earlier version (Word 2003 or earlier), this tip may not work for you. For a version of this tip written specifically for earlier versions of Word, click here: Protecting Fields.

Protecting Fields

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


Jonathan expressed frustration with some of the users in his company. His technical authors use a standard template for documentation. The template has fields in it that are populated by completing the information in the Properties dialog box. If other people use the template, they don't have their version of Word set to display fields, so they often type information directly into the document created by the template, thereby destroying the fields. Jonathan was looking for a way to protect the fields so that they can't be typed over and destroyed.

There is no way to protect only the fields in a document and still allow typing within the document. There are ways around this, however. One way is to "notify" users where all the fields are located. With a visual reminder, users may be less likely to type over the fields and destroy them. Word can, of course, shade fields so that they are visible, but a user may not have this setting turned on. You can, in your template, set up AutoNew and AutoOpen macros to turn on the shading:

Sub AutoNew()
    With ActiveWindow.View
    .FieldShading = wdFieldShadingAlways
    End With
End Sub
Sub AutoOpen()
    With ActiveWindow.View
    .FieldShading = wdFieldShadingAlways
    End With
End Sub

This approach, of course, doesn't prevent overtyping the fields; it simply makes sure that the user can't say "I didn't know a field was there." You can get more complex in your macros, developing one that continually checks the Fields collection to make sure that the number of fields in the document does not change (increase or decrease). If a change in the number of fields is detected, the macro could then take whatever remedial action you deem necessary.

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 (7796) applies to Microsoft Word 2007, 2010, 2013, 2016, 2019, and Word in Microsoft 365. You can find a version of this tip for the older menu interface of Word here: Protecting Fields.

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

Determining If a Number is Odd or Even

Need to know if a number in a macro is odd or even? It's easy to figure out with the simple calculation shown in this tip.

Discover More

Tab Key Jumps a Screen at a Time

Have you ever pressed the Tab key, expecting to move to the next cell in your worksheet, only to have Excel completely ...

Discover More

Combining Columns

Need to concatenate the contents in a number of columns so that it appears in a single column? Excel has no intrinsic way ...

Discover More

The First and Last Word on Word! Bestselling For Dummies author Dan Gookin puts his usual fun and friendly candor back to work to show you how to navigate Word 2013. Spend more time working and less time trying to figure it all out! Check out Word 2013 For Dummies today!

More WordTips (ribbon)

Inserting the User's Initials

One of the pieces of information tracked by Word are your name and initials. You can insert your initials by using the ...

Discover More

Adding a Dynamic Total in Your Document

You can use a few bookmarks and an equation field to add a dynamic total anywhere in your document. Once in place, you ...

Discover More

Indicating the Date Changes were Last Made

Do you want to keep track of when changes were made to your document? This tip looks at a couple of ways to do it, along ...

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

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.