_Worksheet.Activate Method
Makes the current sheet the active sheet. Equivalent to clicking the sheet's tab.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub Activate
'Usage
Dim instance As _Worksheet
instance.Activate()
void Activate()