ActiveSheet Property (Workbook)
Gets the active sheet (the sheet on top).
'Declaration
Public ReadOnly Property ActiveSheet As Worksheet
'Usage
Dim instance As Workbook
Dim value As Worksheet
value = instance.ActiveSheet
Property Value
The active sheet (the sheet on top); null if no sheet is active.