![]() |
|
#1
|
|||
|
|||
|
I found here that script:
Code:
Sub WordCounter()
Dim oRev As Revision, i As Long
For Each oRev In ActiveDocument.Revisions
If Int(oRev.Date) = Date And oRev.Type = wdRevisionInsert Then
i = i + oRev.Range.ComputeStatistics(wdStatisticWords)
End If
Next
MsgBox i & " words added today.", vbInformation
End Sub
Last edited by macropod; 09-13-2014 at 03:29 PM. Reason: Added code tags & formatting |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
How to mark underlined words in a sentence as A, B, C, D (beneath the words)
|
thudangky | Word | 13 | 12-12-2013 02:22 AM |
Identifying and counting words
|
monique | Word | 1 | 08-30-2012 05:33 AM |
| Why Words doesn’t show the style of the selected words automatically???? | Jamal NUMAN | Word | 0 | 04-14-2011 03:20 PM |
listing and counting words
|
gencoglux | Word | 2 | 05-07-2010 05:10 PM |
| Counting Legal Words | bulletrick | Word | 0 | 12-30-2005 03:22 AM |