Application.ProtectedViewWindowActivate Event (Excel)

Occurs when a Protected View window is activated.

Version Information

Version Added: Excel 2010

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.

See Also

Concepts

Application Object Members

Application Object