Chart.Next (Excel)

Returns a Worksheet worksheet that represents the next sheet.

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.


Dim wsNext As Worksheet
Set wsNext = ActiveChart.Next