This topic has not yet been rated - Rate this topic

Worksheet.Activate Method

Office 2007
Makes the current sheet the active sheet.

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
Worksheets("Sheet1").Activate



Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.