Worksheet.Activate method (Excel)

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 choosing the sheet's tab.

Example

This example activates Sheet1.

Worksheets("Sheet1").Activate

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.