AutoWordSelection Property

True if dragging selects one word at a time instead of one character at a time. Read/write Boolean.

Example

This example sets Word to select individual characters instead of entire words when you select by dragging.

  Options.AutoWordSelection = False

This example returns the status of the When selecting, automatically select entire word option on the Edit tab in the Options dialog box.

  Dim blnAutoSelect as Boolean

blnAutoSelect
   = Options.AutoWordSelection