GoForward Method

Microsoft Word Visual Basic

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

expression.GoForward

expression    Required. An expression that returns an Application object.

Example

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

Application.GoForward