Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 959 Bytes

Word.Options.AutoFormatAsYouTypeMatchParentheses.md

File metadata and controls

43 lines (26 loc) · 959 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Options.AutoFormatAsYouTypeMatchParentheses property (Word)
vbawd10.chm162988332
vbawd10.chm162988332
Word.Options.AutoFormatAsYouTypeMatchParentheses
f5f816db-8123-df7c-54cc-3e8ec6550207
06/08/2017
medium

Options.AutoFormatAsYouTypeMatchParentheses property (Word)

True for Microsoft Word to automatically correct improperly paired parentheses. Read/write.

Syntax

expression. AutoFormatAsYouTypeMatchParentheses

expression Required. A variable that represents an Options object.

Example

This example sets Microsoft Word to automatically correct improperly paired parentheses as you type.

Sub AutoMatchParentheses() 
 Options.AutoFormatAsYouTypeMatchParentheses = True 
End Sub

See also

Options Object

[!includeSupport and feedback]