title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Application.ActiveProtectedViewWindow property (Excel) |
vbaxl10.chm133331 |
|
|
2202c3b4-8880-7a26-8a56-8f2d2e7b7343 |
04/04/2019 |
medium |
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.
expression.ActiveProtectedViewWindow
expression A variable that represents an Application object.
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]