M
Micheline
How to programmatically delete Comments using Word 2000
I have found the following for Word 2002.
This example deletes all comments in the active document. This example
assumes you have comments in active document.
Sub DelAllComments()
ActiveDocument.DeleteAllComments
End Sub
I have tried it in Word 2000, without success.
Thanks again.
I have found the following for Word 2002.
This example deletes all comments in the active document. This example
assumes you have comments in active document.
Sub DelAllComments()
ActiveDocument.DeleteAllComments
End Sub
I have tried it in Word 2000, without success.
Thanks again.