Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1010 Bytes

Excel.Chart.Select(method).md

File metadata and controls

38 lines (23 loc) · 1010 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Chart.Select method (Excel)
vbaxl10.chm148094
vbaxl10.chm148094
Excel.Chart.Select
20f866f4-14b9-075c-372c-47a9f536f0c3
04/16/2019
medium

Chart.Select method (Excel)

Selects the object.

Syntax

expression.Select (Replace)

expression A variable that represents a Chart object.

Parameters

Name Required/Optional Data type Description
Replace Optional Variant Used only with sheets. True to replace the current selection with the specified object. False to extend the current selection to include any previously selected objects and the specified object.

Remarks

To select a cell or a range of cells, use the Select method. To make a single cell the active cell, use the Activate method.

[!includeSupport and feedback]