다음을 통해 공유


Application.ProtectedViewWindowActivate Event (Excel)

Occurs when a Protected View window is activated.

Version Information

추가된 버전: Excel 2010

Syntax

.ProtectedViewWindowActivate(Pvw, )

A variable that represents an Application object.

Parameters

Name

Required/Optional

Data Type

Description

Pvw

필수

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.

참고 항목

개념

Application Object Members

Application Object