Hi,
is there any way to get a count of the number of Track Change instances that
are still unresolved in a doc?
thanks,
-john
PS: the only way i can think of to do this now is with some sort of macro
that:
a) moves to each instance and eitehr increments a counter or
b) appends some sort of a marker, like ??, to each Track Change instance
and then a count gets reported after one does a Find and Replace using that
marker as both the Find and Replace string...
Doug Robbins - 30 Aug 2005 12:46 GMT
The following code in a macro will give you the answer:
MsgBox ActiveDocument.Revisions.Count

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
> Hi,
>
[quoted text clipped - 12 lines]
> instance and then a count gets reported after one does a Find and Replace
> using that marker as both the Find and Replace string...