Application.ShowQuickAnalysis property (Excel)

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.

Syntax

expression.ShowQuickAnalysis

expression A variable that represents an Application object.

Property value

BOOL

Example

This example hides the Quick Analysis button on selection.

Application.ShowQuickAnalysis = False

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.