Window.ActiveSheet Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property System::Object ^ ActiveSheet { System::Object ^ get(); };
public object ActiveSheet { get; }
Public ReadOnly Property ActiveSheet As Object
Property Value
Object
Remarks
If you don’t specify an object qualifier, this property returns the active sheet in the active workbook.
If a workbook appears in more than one window, the ActiveSheet property may be different in different windows.