Options.VisualSelection (Word)

Returns or sets the selection behavior based on visual cursor movement in a right-to-left language document. Possible return values are wdVisualSelectionBlock - All selected lines are the same width, wdVisualSelectionContinuous - The selection wraps from line to line.

The CursorMovement property must be set to wdCursorMovementVisual to use this property.


If Options.CursorMovement = wdCursorMovementVisual Then _ 
 Options.VisualSelection = wdVisualSelectionContinuous