| Excel Developer Reference |
| Application.ActiveSheet Property |
expression.ActiveSheet
expression A variable that represents an Application 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.
Example
This example displays the name of the active sheet.
| Visual Basic for Applications |
|---|
|