Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1.31 KB

Word.Document.RemoveDateAndTime.md

File metadata and controls

47 lines (27 loc) · 1.31 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Document.RemoveDateAndTime property (Word)
vbawd10.chm158007780
vbawd10.chm158007780
Word.Document.RemoveDateAndTime
43520dad-0374-06c9-184e-da71de304360
06/08/2017
medium

Document.RemoveDateAndTime property (Word)

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.

ActiveDocument.RemovePersonalInformation = True 
ActiveDocument.RemoveDateAndTime = True

See also

Document Object

[!includeSupport and feedback]