Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 749 Bytes

Excel.Window.Activate.md

File metadata and controls

38 lines (21 loc) · 749 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Window.Activate method (Excel)
vbaxl10.chm356073
vbaxl10.chm356073
Excel.Window.Activate
7e0fdc4e-6399-62a8-f706-1653eb9217a2
05/21/2019
medium

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

[!includeSupport and feedback]