Preventing the Loss of Personal Information

Written by Allen Wyatt (last updated March 21, 2020)
This tip applies to Word 97, 2000, 2002, and 2003


The attorneys at Patty's law firm use Word's Track Changes as a collaboration tool and they especially like seeing different author revisions represented in different colors and by name. The firm has had a problem that has cropped up lately where an attorney sends out a document to a client, looking for them to make revisions, but when the document returns all changes are in one color identified by "Author." In tracking this down, Patty believes that the problem happens because the person on the other side makes changes and saves with the "Remove Personal Information On Save" setting turned on. She wonders if there is a way (perhaps with a macro) that they can prevent this setting from being turned on so they can see who makes changes in the documents sent out to clients.

The easiest way to handle this (as Patty suspected) is to use a macro. The macro can be set up so that it runs whenever the document is opened. (All you need to do is store the macro within the ThisDocument object.) The macro needs to set only a single setting:

Private Sub Document_Open()
    With ActiveDocument
        .RemovePersonalInformation = False
    End With
End Sub

Now, there are a couple of caveats related to the efficacy of using a macro to set this setting. First, you need to understand that if the user doesn't enable macros when opening the document, then this macro will never run. Second, the macro runs when the document opens, which means that the setting could be explicitly changed by the user once the document is open.

Perhaps a better solution to the problem would fall in the area of user education: You could create an instruction sheet that is provided to the client, along with the document, instructing the client on how to correctly make changes to the document. This sheet could instruct the client not to change the "Remove Personal Information On Save" setting, along with other things you want done during the document review.

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 (3799) applies to Microsoft Word 97, 2000, 2002, and 2003.

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

Filling References to Another Workbook

When you create references to cells in other workbooks, Excel, by default, makes the references absolute. This makes it ...

Discover More

Printing Summary Information

Word automatically maintains a number of properties for each document you create. As part of those properties you can ...

Discover More

How Excel Treats Disk Files

Workbooks are loaded from disk files, but workbooks aren't the only type of files that Excel can load. This tip provides ...

Discover More

Learning Made Easy! Quickly teach yourself how to format, publish, and share your content using Word 2021 or Microsoft 365. With Step by Step, you set the pace, building and practicing the skills you need, just when you need them! Check out Microsoft Word Step by Step today!

More WordTips (menu)

Checking for a Security Certificate

Although Word macro viruses haven't been commonly used for some time now, hackers often try old, known techniques just to ...

Discover More

Recovering Password-Protected Documents

Got a locked document you just need to get into? It may be quite easy (or next to impossible) using the ideas in this tip.

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 seven minus 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 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.

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.