Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.05 KB

Excel.Application.WindowResize.md

File metadata and controls

40 lines (24 loc) · 1.05 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Application.WindowResize event (Excel)
vbaxl10.chm504090
vbaxl10.chm504090
Excel.Application.WindowResize
937c4b8f-3b37-ada7-ee72-0ad4707c2e2b
04/05/2019
medium

Application.WindowResize event (Excel)

Occurs when any workbook window is resized.

Syntax

expression.WindowResize (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 resized window.
Wn Required Window The resized window.

Remarks

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

[!includeSupport and feedback]