View Single Post
  #2   Report Post  
Doug Robbins
 
Posts: n/a
Default

The following code in a macro will give you the answer:

MsgBox ActiveDocument.Revisions.Count


--
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
"john gibb" wrote in message
ink.net...
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...