![]() |
#2
|
|||
|
|||
![]()
Maybe something like:
Code:
Sub test() Dim nPages As Long, StrTemp As String nPages = ActiveDocument.BuiltInDocumentProperties(wdPropertyPages) Application.ScreenUpdating = False For x = 1 To nPages Selection.GoTo What:=wdGoToPage, Which:=wdGoToAbsolute, Count:=x StrTemp = StrTemp & x & " page - " & ActiveDocument.Bookmarks("\Page").Range.SpellingErrors.Count & vbCr Next x Application.ScreenUpdating = True MsgBox StrTemp End Sub
__________________
Backup your original file before doing any modification. |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
What's with the New Spell Check? | CrossReach | Word | 1 | 01-16-2019 06:34 AM |
Is there a way to display a count of number of emails I sent today? | Yirg | Outlook | 0 | 01-20-2015 05:28 AM |
Spell Check | HondaS600 | Office | 5 | 08-26-2013 01:04 PM |
![]() |
vthomeschoolmom | Excel | 2 | 07-25-2013 06:17 AM |
![]() |
CommoMP | Word | 5 | 05-30-2011 05:40 PM |