Toggle "remove personal information" in Word 2007

G

Guest

In the prior version of Word, there was a checkbox toggle (under
Tools/Options/Security (I think)) that said "remove personal info on saving
documents." When that box was checked, all comments and revision marks in
the document would be sanitized and changed to "Author" without a timestamp.

In Word 2007, there seems to be comparable functionality in the
"Prepare"/"Inspect Documents"/"Document Properties and Personal Information"
feature, *BUT* after sanitizing the document one time, I can't figure out how
to toggle the feature "off" so that future comments/revision marks DO keep
the metadata associated with them.

The usage scenario is having the comments tracked by individual author
during a subset of the review cycle, then all of the comments harmonized into
one "Author" set of changes, and then the cycle is repeated within the subset
first again.

Thanks!
 
C

Cindy M.

Hi =?Utf-8?B?Y2hyaXMxOTcw?=,

Yes, this seems to be the case. However, it looks like you can change the
setting using a macro:

Sub AllowSaveOfPersonalInfo()
Activedocument.RemovePersonalInformation = False
End Sub
In the prior version of Word, there was a checkbox toggle (under
Tools/Options/Security (I think)) that said "remove personal info on saving
documents." When that box was checked, all comments and revision marks in
the document would be sanitized and changed to "Author" without a timestamp.

In Word 2007, there seems to be comparable functionality in the
"Prepare"/"Inspect Documents"/"Document Properties and Personal Information"
feature, *BUT* after sanitizing the document one time, I can't figure out how
to toggle the feature "off" so that future comments/revision marks DO keep
the metadata associated with them.

The usage scenario is having the comments tracked by individual author
during a subset of the review cycle, then all of the comments harmonized into
one "Author" set of changes, and then the cycle is repeated within the subset
first again.

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or reply
in the newsgroup and not by e-mail :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top