SmartParaSelection Property
True for Microsoft Word to include the paragraph mark in a selection when selecting most or all of a paragraph. Read/write Boolean.
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