Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1017 Bytes

Excel.Application.ActiveChart.md

File metadata and controls

41 lines (24 loc) · 1017 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Application.ActiveChart property (Excel)
vbaxl10.chm183075
vbaxl10.chm183075
Excel.Application.ActiveChart
37b1901c-a9c2-4a86-ce05-22f3989bc9d8
04/04/2019
medium

Application.ActiveChart property (Excel)

Returns a Chart object that represents the active chart (either an embedded chart or a chart sheet). An embedded chart is considered active when it's either selected or activated. When no chart is active, this property returns Nothing.

Syntax

expression.ActiveChart

expression A variable that represents an Application object.

Remarks

If you don't specify an object qualifier, this property returns the active chart in the active workbook.

Example

This example turns on the legend for the active chart.

ActiveChart.HasLegend = True

[!includeSupport and feedback]