Hi,
I think you can use something like the following:
Dim iCom As Integer
For iCom = ActiveDocument.Comments.Count To 1 Step -1
ActiveDocument.Comments(iCom).Delete
Next iCom
HTH,
Dave
> How to programmatically delete Comments using Word 2000
> I have found the following for Word 2002.
[quoted text clipped - 8 lines]
> I have tried it in Word 2000, without success.
> Thanks again.
Micheline - 07 Nov 2006 13:11 GMT
Wonderful.... merci :)
> Hi,
>
[quoted text clipped - 20 lines]
> > I have tried it in Word 2000, without success.
> > Thanks again.