Combo Box Control, Text Box Control.
You can use the AllowAutoCorrect property to specify whether a text box or a combo box control will automatically correct entries made by the user.
The AllowAutoCorrect property uses the following settings.
Setting | Description | Visual Basic |
Yes | (Default) Entries are automatically corrected according to the settings in the AutoCorrect dialog box. | True (-1) |
No | Entries are not corrected. | False (0) |
You can set the AllowAutoCorrect property in a controls property sheet, a macro, or using Visual Basic. You can also set this property in the controls default control style.
The AutoCorrect dialog box is available by clicking AutoCorrect on the Tools menu.