N
Nomey
Hi, can anyone explain why this doesn't work
Sub MarkRevisions()
For Each MyRev In ActiveDocument.Range.Revisions
MyRev.highlightcolor = wdRed
Next MyRev
End Sub
and how I can mark all revisions in the active document (in Word 2002)?
Cheers,
Nomey
Sub MarkRevisions()
For Each MyRev In ActiveDocument.Range.Revisions
MyRev.highlightcolor = wdRed
Next MyRev
End Sub
and how I can mark all revisions in the active document (in Word 2002)?
Cheers,
Nomey