Expand Minimize
0 out of 1 rated this helpful - Rate this topic

Workbook.Activate Method (Excel)

Activates the first window associated with the workbook.

expression .Activate

expression A variable that represents a Workbook object.

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).

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

Workbooks("BOOK4.XLS").Activate
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.