Please Note: This article is written for users of the following Microsoft Word versions: 97, 2000, 2002, and 2003. If you are using a later version (Word 2007 or later), this tip may not work for you. For a version of this tip written specifically for later versions of Word, click here: Protecting Fields.
Written by Allen Wyatt (last updated March 5, 2021)
This tip applies to Word 97, 2000, 2002, and 2003
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 (File | Properties). 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. 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:
WordTips is your source for cost-effective Microsoft Word training. (Microsoft Word is the most popular word processing software in the world.) This tip (214) applies to Microsoft Word 97, 2000, 2002, and 2003. You can find a version of this tip for the ribbon interface of Word (Word 2007 and later) here: Protecting Fields.
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!
Need to jump from one place in your document to another? One way to do this is through the user of the GotoButton field, ...
Discover MoreNeed to know how many words are in your document? You can use the NumWords field to add that statistic, dynamically, to ...
Discover MoreNeed to step through the fields in a document? It's easy using the shortcuts detailed in this tip.
Discover MoreFREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."
There are currently no comments for this tip. (Be the first to leave your comment—just use the simple form above!)
Got a version of Word that uses the menu interface (Word 97, Word 2000, Word 2002, or Word 2003)? This site is for you! If you use a later version of Word, visit our WordTips site focusing on the ribbon interface.
Visit the WordTips channel on YouTube
FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."
Copyright © 2024 Sharon Parq Associates, Inc.
Comments