Skip to main content

ProtectedViewWindow.Caption property

Table of contents
  1. Syntax
  2. Example

Returns or sets a Variant value that represents the name that appears in the title bar of the Protected View window. Read/write.

Syntax

expression.Caption

expression A variable that represents a ProtectedViewWindow 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>