title | keywords | f1_keywords | ms.assetid | ms.date | ms.localizationpriority | |
---|---|---|---|---|---|---|
Application.ShowQuickAnalysis property (Excel) |
vbaxl10.chm133337 |
|
043d9523-1fbc-0afd-2adf-9775e71058c0 |
04/05/2019 |
medium |
Controls whether the Quick Analysis contextual user interface is displayed on selection. True means that the Quick Analysis button will show.
Corresponds to the Show Quick Analysis options on selection check box located on the File menu > Options > Excel Options > General tab. Read/write Boolean.
expression.ShowQuickAnalysis
expression A variable that represents an Application object.
BOOL
This example hides the Quick Analysis button on selection.
Application.ShowQuickAnalysis = False
[!includeSupport and feedback]