A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Word » Formatting Long Documents
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

count of track changes



 
 
Thread Tools Display Modes
  #1  
Old August 30th, 2005, 12:11 AM
john gibb
external usenet poster
 
Posts: n/a
Default count of track changes

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


  #2  
Old August 30th, 2005, 12:46 PM
Doug Robbins
external usenet poster
 
Posts: n/a
Default count of track changes

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




 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Count Intervals of 1 Numeric value in a Row and Return Count down Column Sam via OfficeKB.com Worksheet Functions 8 October 4th, 2005 04:37 PM
Fade sound track on last slide in series Fred Worthington Powerpoint 1 March 11th, 2005 09:22 AM
Count the occurences David Running & Setting Up Queries 2 September 14th, 2004 09:35 AM
count individuals of a certain sizes in one query jw Running & Setting Up Queries 4 June 23rd, 2004 08:16 PM
Joining two count results Adam Pedder Running & Setting Up Queries 4 June 14th, 2004 04:59 PM


All times are GMT +1. The time now is 09:34 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.