GoForward Method
Applies To
Application object.
Description
Moves the insertion point forward among the last three locations where editing occurred in the active document.
Syntax
expression.GoForward
expression An expression that returns an Application object.
See Also
GoBack method, GoTo method, Target property.
Example
This example moves the insertion point to the next location where editing occurred.
Application.GoForward