_Application.ActiveSheet Property

Returns an object that represents the active sheet (the sheet on top) in the active workbook or in the specified window or workbook. Returns Nothing if no sheet is active.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property ActiveSheet As Object
    Get
'Usage
Dim instance As _Application
Dim value As Object

value = instance.ActiveSheet
Object ActiveSheet { get; }

Property Value

Type: System.Object

Remarks

If a workbook appears in more than one window, the ActiveSheet property may be different in different windows.

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Excel Namespace