Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.01 KB

Excel.Charts.Move.md

File metadata and controls

40 lines (24 loc) · 1.01 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Charts.Move method (Excel)
vbaxl10.chm217077
vbaxl10.chm217077
Excel.Charts.Move
2f056384-6da5-4431-0458-a583e7f975d7
04/20/2019
medium

Charts.Move method (Excel)

Moves the chart to another location in the workbook.

Syntax

expression.Move (Before, After)

expression A variable that represents a Charts object.

Parameters

Name Required/Optional Data type Description
Before Optional Variant The sheet before which the moved chart will be placed. You cannot specify Before if you specify After.
After Optional Variant The sheet after which the moved chart will be placed. You cannot specify After if you specify Before.

Remarks

If you don't specify either Before or After, Microsoft Excel creates a new workbook that contains the moved chart.

[!includeSupport and feedback]