Selection.GoToPrevious Method (Word)
Returns a Range object that refers to the start position of the previous item or location specified by the What argument. If applied to a Selection object, GoToPrevious moves the selection to the specified item. Range object.
Syntax
expression .GoToPrevious(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. |