Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1.09 KB

Excel.Application.ProtectedViewWindowActivate.md

File metadata and controls

44 lines (25 loc) · 1.09 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Application.ProtectedViewWindowActivate event (Excel)
vbaxl10.chm504112
vbaxl10.chm504112
Excel.Application.ProtectedViewWindowActivate
271e0344-9dd1-bf08-f7bd-9892ca6ad450
04/05/2019
medium

Application.ProtectedViewWindowActivate event (Excel)

Occurs when a Protected View window is activated.

Syntax

expression.ProtectedViewWindowActivate (Pvw)

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
Pvw Required ProtectedViewWindow The activated Protected View window.

Return value

Nothing

Remarks

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

[!includeSupport and feedback]