Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
True if styles are automatically applied to headings as you type. Read/write Boolean.
Example
This example sets Word to automatically apply the Heading1 through Heading 9 styles to headings as you type.
Options.AutoFormatAsYouTypeApplyHeadings = True
This example returns the status of the Headings option on the AutoFormat As You Type tab in the AutoCorrect dialog box (Tools menu).
Dim blnAutoFormat as Boolean
blnAutoFormat = Options.AutoFormatAsYouTypeApplyHeadings