Options.TabIndentKey property (Word)

True if the TAB and BACKSPACE keys can be used to increase and decrease, respectively, the left indent of paragraphs and if the BACKSPACE key can be used to change right-aligned paragraphs to centered paragraphs and centered paragraphs to left-aligned paragraphs. Read/write Boolean.

Syntax

expression. TabIndentKey

expression Required. A variable that represents an Options object.

Example

This example sets Word so that the TAB and BACKSPACE keys set the left indent instead of inserting and deleting tabs.

Options.TabIndentKey = True

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.