From: ent on
Yves Dhondt wrote:
> How would you describe the change of words?
>
> "I'm considered a good cook."
> vs


In other words my procedure would be like this:


1) compare docB against docA
and
2) put different words, i.e. different lines, into docC

3) count words in docC.


Is there a way to do 2), i.e. create a document that contains only what
Words considers as *changed* in docb in respect to docA?

Thanks
From: Doug Robbins - Word MVP on
Run the following macro on the document created by comparing the two
documents

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, originally posted via msnews.microsoft.com

<ent(a)ent.ent> wrote in message news:#FxcQDJxKHA.6140(a)TK2MSFTNGP05.phx.gbl...
> Yves Dhondt wrote:
>> How would you describe the change of words?
>>
>> "I'm considered a good cook."
>> vs
>
>
> In other words my procedure would be like this:
>
>
> 1) compare docB against docA
> and
> 2) put different words, i.e. different lines, into docC
>
> 3) count words in docC.
>
>
> Is there a way to do 2), i.e. create a document that contains only what
> Words considers as *changed* in docb in respect to docA?
>
> Thanks