![]() |
|
#1
|
|||
|
|||
![]()
Try this:
Code:
Sub ScratchMacro() 'A basic Word macro coded by Greg Maxey 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 lbl_Exit: Exit Sub End Sub |
#2
|
|||
|
|||
![]()
That works, thank you so very much, you have solved a problem for me and given me a macro to study for further use. Well done.
I did notice that the page number at the bottom doesn't update, it stays the same throughout. Is there an easy fix for this? |
![]() |
|
![]() |
||||
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 |