Options.SmartParaSelection property (Word)

True for Microsoft Word to include the paragraph mark in a selection when selecting most or all of a paragraph. Read/write Boolean.

Syntax

expression. SmartParaSelection

expression A variable that represents a 'Options' object.

Example

This example disables smart paragraph selection.

Sub SetSmartParagraphSelection() 
 Options.SmartParaSelection = False 
End Sub

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.