Range.GoToNext (Word)
Returns a Range object that refers to the start position of the next item or location specified by the What argument.
GoToNext (What)
What: The item to where the specified range or selection is to be moved.
Dim rngGoToNext As Range
Set rngGoToNext = ActiveDocument.Range.GoToNext(What:=wdGoToBookmark)