Options.AutoFormatAsYouTypeFormatListItemBeginning property (Word)

True if Word repeats character formatting applied to the beginning of a list item to the next list item. Read/write Boolean.

Syntax

expression. AutoFormatAsYouTypeFormatListItemBeginning

expression A variable that represents an Options object.

Example

This example sets Word to automatically repeat character formatting at the beginning of list items.

Options.AutoFormatAsYouTypeFormatListItemBeginning = True

This example returns the status of the Format beginning of list item like the one before it option in the AutoFormat As You Type tab in the AutoCorrect dialog box (Options menu).

Dim blnAutoFormat as Boolean 
 
blnAutoFormat = _ 
 Options.AutoFormatAsYouTypeFormatListItemBeginning

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.