![]() |
#8
|
|||
|
|||
![]()
Thank you for your suggestion.
I copied ActiveDocument.Fields.Update and put it before the lbl_Exit line so the code was: Dim oFld As Field Dim oRng As Range For Each oFld In ActiveDocument.Range.Fields If oFld.Type = wdFieldAsk Then If InStr(oFld.Code, "TranscriptPage") > 0 Then Set oRng = oFld.Code oRng.Collapse wdCollapseStart oRng.Select oFld.Update End If End If Next ActiveDocument.Fields.Update lbl_Exit: Exit Sub End Sub The bar at the bottom of the page still did not update to show the current page name. Also the current document contains 7 instances of "TranscriptPage". The macro goes through the document once allowing me to enter the pages numbers, then the macro repeats showing the ASK box again, starting at the beginning, showing each sequentially to the last one. |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Iterating through tables to find a bookmark | bgmsd | Word VBA | 12 | 06-08-2015 10:09 AM |
![]() |
RegAudit | Word | 6 | 03-16-2015 11:08 PM |
![]() |
Byron Polk | Word VBA | 4 | 08-07-2014 03:21 AM |
vba to go to next bookmark | megatronixs | Word VBA | 2 | 06-08-2014 09:53 PM |
![]() |
cksm4 | Word VBA | 1 | 10-22-2011 11:36 PM |