RemovePersonalInformation Property

Microsoft Publisher Visual Basic

RemovePersonalInformation Property

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

expression.RemovePersonalInformation

expression    Required. An expression that returns a Document object.

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