Expand Minimize
This topic has not yet been rated - Rate this topic

Document.RemoveDateAndTime Property

Office 2007
Sets or returns a Boolean indicating whether a document stores the date and time metadata for tracked changes. .

Syntax

expression.RemoveDateAndTime

expression   A variable that represents a Document object.

Remarks

True removes date and time stamp information from tracked changes. False does not remove date and time stamp information from tracked changes. Use the RemoveDateAndTime property in conjunction with the RemovePersonalInformation property to help remove personal information from the document properties.

Example

The following example removes personal information from the active document, and it removes date and time information from any tracked changes in the document.

Visual Basic for Applications
ActiveDocument.RemovePersonalInformation = True
ActiveDocument.RemoveDateAndTime = True



Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.