Project.RemoveFileProperties property (Project)

True if Project removes user information from revisions and the project Properties dialog box upon saving a document. Read/write Boolean.

Syntax

expression. RemoveFileProperties

expression A variable that represents a Project object.

Example

The following example sets the current document to remove personal information from File Properties in the document the next time the user saves it.

Sub RemoveFileProperties() 
 ActiveProject.RemoveFileProperties = True 
End Sub

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.