RemoveDateAndTime Property

Microsoft Word Visual Basic

RemoveDateAndTime Property

Sets or returns a Boolean that represents whether a document stores the date and time meta data for tracked changes. True removes date and time stamp information from tracked changes. False does not remove date and time stamp information from tracked changes.

expression.RemoveDateAndTime

expression    Required. An expression that returns one of the objects in the Applies To list.

Remarks

Use with the RemovePersonalInformation property to help remove personal information from the document properties.

Example

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

    ActiveDocument.RemoveDateAndTime = True