AutoFormatApplyLists Property

Applies To

Options object.

Description

True if styles are automatically applied to lists when Word formats a document or range automatically. Read/write Boolean.

See Also

AutoFormat method, AutoFormatAsYouTypeApplyBulletedLists property, AutoFormatAsYouTypeApplyNumberedLists property, ListFormat object, ListParagraphs property, ListType property, Styles 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