Document.RemovePersonalInformation property (Publisher)

Returns or sets a Boolean that represents whether to save personal information when the file is saved. Read/write.

Syntax

expression.RemovePersonalInformation

expression A variable that represents a Document object.

Return value

Boolean

Remarks

The information removed from the document is the Author, Manager, Company, and the GUID of the computer on which the document was created.

The default setting for this property is False.

Example

This example removes the personal information from the active document.

ActiveDocument.RemovePersonalInformation = True 

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.