AutoFormatApplyOtherParas Property Example
This example automatically applies styles to paragraphs in the current selection.
Options.AutoFormatApplyOtherParas = True
Selection.Range.AutoFormat
This example returns the status of the Other paragraphs option on the AutoFormat tab in the AutoCorrect dialog box (Tools menu).
temp = Options.AutoFormatApplyOtherParas