count of track changes

J

john gibb

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...
 
D

Doug Robbins

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top