Syntax

expression.ActiveSheet

expression A variable that represents a Window 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
MsgBox "The name of the active sheet is " & ActiveSheet.Name

See also: