AutoFormatApplyLists Property Example

This example applies styles to any lists in the current selection.

Options.AutoFormatApplyLists = True
Selection.Range.AutoFormat

This example returns the status of the Lists option on the AutoFormat tab in the AutoCorrect dialog box (Tools menu).

temp = Options.AutoFormatApplyLists