WdGoToDirection enumeration (Word)
Specifies the position to which a selection or the insertion point is moved in relation to an object or to itself.
Name | Value | Description |
---|---|---|
wdGoToAbsolute | 1 | An absolute position. |
wdGoToFirst | 1 | The first instance of the specified object. |
wdGoToLast | -1 | The last instance of the specified object. |
wdGoToNext | 2 | The next instance of the specified object. |
wdGoToPrevious | 3 | The previous instance of the specified object. |
wdGoToRelative | 2 | A position relative to the current position. |
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.