Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 868 Bytes

Excel.Chart.Next.md

File metadata and controls

35 lines (20 loc) · 868 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Chart.Next property (Excel)
vbaxl10.chm148081
vbaxl10.chm148081
Excel.Chart.Next
a0e53eba-c9e9-7997-4765-90debeb8ae5d
04/16/2019
medium

Chart.Next property (Excel)

Returns a Worksheet object that represents the next sheet.

Syntax

expression.Next

expression A variable that represents a Chart object.

Remarks

If the object is a range, this property emulates the Tab key, although the property returns the next cell without selecting it.

On a protected sheet, this property returns the next unlocked cell. On an unprotected sheet, this property always returns the cell immediately to the right of the specified cell.

[!includeSupport and feedback]