Skip to main content

Application.ProtectedViewWindowResize event

Occurs when any Protected View window is resized.

Syntax

expression.ProtectedViewWindowResize (Pvw)

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
Pvw Required ProtectedViewWindow An object that represents the resized 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.

Leave a comment

Your email address will not be published. Required fields are marked *

Format your code: <pre><code class="language-vba">place your code here</code></pre>