EnableAutoComplete Property
From Microsoft Excel Visual Basic
EnableAutoComplete Property
True if the AutoComplete feature is enabled. Read/write Boolean.
Example
This example enables the AutoComplete feature.
Application.EnableAutoComplete = True
From Microsoft Excel Visual Basic
True if the AutoComplete feature is enabled. Read/write Boolean.
This example enables the AutoComplete feature.
Application.EnableAutoComplete = True