Worksheet.Activate Method
Office 2007
| Excel Developer Reference |
Syntax
expression.Activate
expression A variable that represents a Worksheet object.
Remarks
Calling this method is equivalent to clicking the sheet's tab.
Example
This example activates Sheet1.
| Visual Basic for Applications |
|---|
|
See Also