Options.CursorMovement property (Word)

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

Syntax

expression. CursorMovement

expression Required. A variable that represents an Options object.

Example

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

Options.CursorMovement = wdCursorMovementVisual

See also

Options 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.