AutoWordSelection Property 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.
temp = Options.AutoWordSelection