Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 888 Bytes

Excel.ProtectedViewWindow.Caption.md

File metadata and controls

37 lines (22 loc) · 888 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
ProtectedViewWindow.Caption property (Excel)
vbaxl10.chm914074
vbaxl10.chm914074
Excel.ProtectedViewWindow.Caption
fe3f8026-71e2-3a5a-9376-7b9d93f97b6f
05/09/2019
medium

ProtectedViewWindow.Caption property (Excel)

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

[!includeSupport and feedback]