Window.SelectedSheets Property
Excel Developer Reference |
Returns a Sheets collection that represents all the selected sheets in the specified window. Read-only.
Syntax
expression.SelectedSheets
expression A variable that represents a Window object.
Example
This example displays a message if Sheet1 is selected in Book1.xls.
Visual Basic for Applications |
---|
|
See Also