Selection.GoToNext method (Word)

Returns a Range object that refers to the start position of the next item or location specified by the What argument. If you apply this method to the Selection object, the method moves the selection to the specified item (except for the wdGoToGrammaticalError, wdGoToProofreadingError, and wdGoToSpellingError constants).

Syntax

expression. GoToNext( _What_ )

expression Required. A variable that represents a Selection object.

Parameters

Name Required/Optional Data type Description
What Required WdGoToItem The item where the specified range or selection is to be moved.

Remarks

Note

When you use this method with the wdGoToGrammaticalError, wdGoToProofreadingError, or wdGoToSpellingError constant, the Range object that's returned includes any grammar error text or spelling error text.

See also

Selection Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.