Options.SmartCursoring property (Word)

Returns or sets a Boolean that represents whether smart cursoring is enabled. True enables smart cursoring.

Syntax

expression. SmartCursoring

expression An expression that returns an Options object.

Remarks

The SmartCursoring property corresponds to the Use Smart Cursoring option in the Edit tab of the Options dialog box, which is selected by default.

When the SmartCursoring property is True, scrolling in a document by using the PAGE DOWN key will move the cursor to the current page. If the SmartCursoring property is False, the cursor remains in the last edited position.

Example

The following example disables smart cursoring.

Options.SmartCursoring = False

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.