Chart.Previous (Excel)

Returns a Worksheet worksheet that represents the previous sheet.

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.


Dim wsPrevious As Worksheet
Set wsPrevious = ActiveChart.Previous