Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 04-15-2016, 06:30 AM
gmaxey gmaxey is offline Find Bookmark, move to bookmark, execute code, repeat Windows 7 32bit Find Bookmark, move to bookmark, execute code, repeat Office 2010 (Version 14.0)
Expert
 
Join Date: May 2010
Location: Brasstown, NC
Posts: 1,617
gmaxey is just really nicegmaxey is just really nicegmaxey is just really nicegmaxey is just really nicegmaxey is just really nice
Default

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
__________________
Greg Maxey
Please visit my web site at http://www.gregmaxey.com/
Reply With Quote
  #2  
Old 04-15-2016, 09:22 AM
raymm3852 raymm3852 is offline Find Bookmark, move to bookmark, execute code, repeat Windows 10 Find Bookmark, move to bookmark, execute code, repeat Office 2016
Novice
Find Bookmark, move to bookmark, execute code, repeat
 
Join Date: Apr 2016
Posts: 6
raymm3852 is on a distinguished road
Default

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?
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Iterating through tables to find a bookmark bgmsd Word VBA 12 06-08-2015 10:09 AM
Find Bookmark, move to bookmark, execute code, repeat Bookmark Not Showing Bookmark RegAudit Word 6 03-16-2015 11:08 PM
Find Bookmark, move to bookmark, execute code, repeat Move shape to bookmark location 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
Find Bookmark, move to bookmark, execute code, repeat Find and Execute cksm4 Word VBA 1 10-22-2011 11:36 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 08:10 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft