Document.RemovePersonalInformation property (Word)

True if Microsoft Word removes all user information from comments, revisions, and the Properties dialog box upon saving a document. Read/write Boolean.

Syntax

expression. RemovePersonalInformation

expression A variable that represents a Document object.

Example

This example sets the current document to remove personal information from the document the next time the user saves it.

Sub RemovePersonalInfo() 
 ActiveDocument.RemovePersonalInformation = True 
End Sub

See also

Document Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.