Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 930 Bytes

Excel.Chart.Previous.md

File metadata and controls

35 lines (20 loc) · 930 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Chart.Previous property (Excel)
vbaxl10.chm148086
vbaxl10.chm148086
Excel.Chart.Previous
c0cf65c3-6e9f-7e04-9161-13ba118f23f1
04/16/2019
medium

Chart.Previous property (Excel)

Returns a Worksheet object that represents the previous sheet.

Syntax

expression.Previous

expression A variable that represents a Chart object.

Remarks

If the object is a range, this property emulates pressing Shift+Tab; unlike the key combination, however, the property returns the previous cell without selecting it.

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

[!includeSupport and feedback]