CursorMovement Property

Microsoft Word Visual Basic

Show All

CursorMovement Property

       

Returns or sets how the insertion point progresses within bidirectional text. Read/write WdCursorMovement.

WdCursorMovement can be one of these WdCursorMovement constants.
wdCursorMovementLogical Insertion point progresses according to the direction of the language Microsoft Word detects.
wdCursorMovementVisual Insertion point progresses to the next visually adjacent character.

expression.CursorMovement

expression   Required. An expression that returns an Options object.

Remarks

For more information on using Word with right-to-left languages, see Word features for right-to-left languages.

Example

This example sets the insertion point to progress to the next visually adjacent character as it moves through bidirectional text.

Options.CursorMovement = wdCursorMovementVisual