Selection.Next (Word)

Returns a Range object that represents the next unit relative to the specified selection.

If the selection is just before the specified Unit, the selection is moved to the following unit. For example, if the selection is just before a word, the following instruction moves the selection forward to the word that follows.

Next (Unit, Count)


Selection.Next(Unit:=wdWord, Count:=1).Select

Arguments

Optional arguments

The following arguments are optional

Unit (WdUnits) - The type of units by which to count. Can be any WdUnits constant.

Here you can find possible values for WdUnits

Count (Long) - The number of units by which you want to move ahead. The default value is one.