ActiveSheet Property (Workbook)
In This Topic
Gets the active sheet (the sheet on top).
Syntax
'Declaration
Public ReadOnly Property ActiveSheet As Worksheet
'Usage
Dim instance As Workbook
Dim value As Worksheet
value = instance.ActiveSheet
public Worksheet ActiveSheet {get;}
Property Value
The active sheet (the sheet on top); null if no sheet is active.
See Also