Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.07 KB

Excel.Application.WindowActivate.md

File metadata and controls

40 lines (24 loc) · 1.07 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Application.WindowActivate event (Excel)
vbaxl10.chm504091
vbaxl10.chm504091
Excel.Application.WindowActivate
5c618983-27d8-49b1-0a52-001c7a1f94d8
04/05/2019
medium

Application.WindowActivate event (Excel)

Occurs when any workbook window is activated.

Syntax

expression.WindowActivate (Wb, Wn)

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
Wb Required Workbook The workbook displayed in the activated window.
Wn Required Window The activated window.

Remarks

For information about how to use event procedures with the Application object, see Using events with the Application object.

[!includeSupport and feedback]