Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 990 Bytes

Word.Document.DeleteAllComments.md

File metadata and controls

48 lines (28 loc) · 990 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Document.DeleteAllComments method (Word)
vbawd10.chm158007667
vbawd10.chm158007667
Word.Document.DeleteAllComments
8c0bf7fa-a4de-91e0-3e2b-bb5d8897534a
06/08/2017
medium

Document.DeleteAllComments method (Word)

Deletes all comments from the Comments collection in a document.

Syntax

expression. DeleteAllComments

expression Required. A variable that represents a Document object.

Remarks

Use the Add method for the Comments object to add a comment to a document.

Example

This example deletes all comments in the active document. This example assumes you have comments in active document.

Sub DelAllComments() 
 ActiveDocument.DeleteAllComments 
End Sub

See also

Document Object

[!includeSupport and feedback]