Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 927 Bytes

Excel.Workbook.Activate(method).md

File metadata and controls

42 lines (24 loc) · 927 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Workbook.Activate method (Excel)
vbaxl10.chm199074
vbaxl10.chm199074
Excel.Workbook.Activate
628e06b3-ca3f-28cb-e0fd-e696842f69f5
05/25/2019
medium

Workbook.Activate method (Excel)

Activates the first window associated with the workbook.

Syntax

expression.Activate

expression A variable that represents a Workbook object.

Remarks

This method won't run any Auto_Activate or Auto_Deactivate macros that might be attached to the workbook (use the RunAutoMacros method to run those macros).

Example

This example activates Book4.xls. If Book4.xls has multiple windows, the example activates the first window, Book4.xls:1.

Workbooks("BOOK4.XLS").Activate

[!includeSupport and feedback]