Options.AutoFormatApplyHeadings property (Word)

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

Syntax

expression. AutoFormatApplyHeadings

expression A variable that represents an Options object.

Example

This example applies the Heading 1 through Heading 9 styles to headings in the current selection.

Options.AutoFormatApplyHeadings = True 
Selection.Range.AutoFormat

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

Dim blnAutoFormat as Boolean 
 
blnAutoFormat = Options.AutoFormatApplyHeadings

See also

Options Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.