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.
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.