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

Moving Object Anchors

When you insert an object into your document, it is anchored to a paragraph. If you want to change the paragraph to which ...

Discover More

Removing HTML Tags from Text

HTML tags are great when you want to display information on a web page. They are not so great when you have them in a ...

Discover More

Superscripts in Find and Replace

The find and replace used in Excel is less powerful than its counterpart in Word, so it is not able to do some of the ...

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 (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 1 + 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.