AutoFormatApplyBulletedLists Property Example
This example replaces any characters used at the beginning of list paragraphs in the current selection with bullets.
Options.AutoFormatApplyBulletedLists = True
Selection.Range.AutoFormat
This example returns the status of the Automatic bulleted lists option on the AutoFormat tab in the AutoCorrect dialog box (Tools menu).
temp = Options.AutoFormatApplyBulletedLists