Window.Activate method (Excel)
Brings the window to the front of the z-order.
Syntax
expression.Activate
expression A variable that represents a Window object.
Return value
Variant
Remarks
This 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).
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.