Application.GoForward Method

Word Developer Reference

Moves the insertion point forward among the last three locations where editing occurred in the active document.

Syntax

expression.GoForward

expression   Required. A variable that represents an Application object.

Example

This example moves the insertion point to the next location where editing occurred.

Visual Basic for Applications
  Application.GoForward

See Also