Previous Property (Worksheet)
Gets a
Worksheet that represents the previous sheet.
'Declaration
Public ReadOnly Property Previous As Worksheet
'Usage
Dim instance As Worksheet
Dim value As Worksheet
value = instance.Previous
Property Value
A
Worksheet that represents the previous sheet; null if the current worksheet is the first sheet in the workbook.