Skip to main content

Application.ActiveProtectedViewWindow property

Table of contents
  1. Syntax
  2. Example

Returns a ProtectedViewWindow object that represents the active Protected View window (the window on top). Returns Nothing if there are no Protected View windows open. Read-only.

Syntax

expression.ActiveProtectedViewWindow

expression A variable that represents an Application object.

Example

The following code example displays the name (Caption property) of the active Protected View window.

MsgBox "The name of the active Protected View window is " & ActiveProtectedWindow.Caption

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>