Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 783 Bytes

Excel.ChartObject.ShapeRange.md

File metadata and controls

37 lines (22 loc) · 783 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
ChartObject.ShapeRange property (Excel)
vbaxl10.chm494097
vbaxl10.chm494097
Excel.ChartObject.ShapeRange
12ad4077-1687-2bb9-41cf-fd8f1e02adc0
04/20/2019
medium

ChartObject.ShapeRange property (Excel)

Returns a ShapeRange object that represents the specified object or objects. Read-only.

Syntax

expression.ShapeRange

expression An expression that returns a ChartObject object.

Example

This example creates a shape range that represents the embedded charts on worksheet one.

Set sr = Worksheets(1).ChartObjects.ShapeRange

[!includeSupport and feedback]