Application.QuickAnalysis property (Excel)

Returns a QuickAnalysis object that represents the Quick Analysis options of the application.

Syntax

expression.QuickAnalysis

expression A variable that represents an Application object.

Property value

QUICKANALYSIS

Example

The following example displays the Quick Analysis contextual UI with the Sparklines option highlighted.

Sub ShowQuickAnalysisOptions()

'Displays the Quick Analysis contextual UI with the Sparklines option highlighted.
  Application.QuickAnalysis.Show (xlSparklines)

End Sub

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.