Share via


Application.GoForward Method (Word)

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.

Application.GoForward

See Also

Concepts

Application Object Members

Application Object