Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 994 Bytes

Word.Document.RemovePersonalInformation.md

File metadata and controls

43 lines (26 loc) · 994 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Document.RemovePersonalInformation property (Word)
vbawd10.chm158007640
vbawd10.chm158007640
Word.Document.RemovePersonalInformation
cea369d5-6ccd-8326-abdc-c834c5b17975
06/08/2017
medium

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

[!includeSupport and feedback]