SmartParaSelection Property

Microsoft Word Visual Basic

expression.SmartParaSelection

expression    Required. An expression that returns one of the objects in the Applies To list.

Example

This example disables smart paragraph selection.

Sub SetSmartParagraphSelection()
    Options.SmartParaSelection = False
End Sub