Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 731 Bytes

Excel.Application.EnableAutoComplete.md

File metadata and controls

37 lines (22 loc) · 731 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Application.EnableAutoComplete property (Excel)
vbaxl10.chm133130
vbaxl10.chm133130
Excel.Application.EnableAutoComplete
eb5ccf8e-3e2d-2438-4dcf-d113cfdc3971
04/04/2019
medium

Application.EnableAutoComplete property (Excel)

True if the AutoComplete feature is enabled. Read/write Boolean.

Syntax

expression.EnableAutoComplete

expression A variable that represents an Application object.

Example

This example enables the AutoComplete feature.

Application.EnableAutoComplete = True

[!includeSupport and feedback]