![]() |
#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 |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
thudangky | Word | 13 | 12-12-2013 02:22 AM |
![]() |
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 |
![]() |
gencoglux | Word | 2 | 05-07-2010 05:10 PM |
Counting Legal Words | bulletrick | Word | 0 | 12-30-2005 03:22 AM |