_Application.GoForward Method
Moves the insertion point forward among the last three locations where editing occurred in the active document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub GoForward
'Usage
Dim instance As _Application
instance.GoForward()
void GoForward()