title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
ProtectedViewWindows object (Excel) |
vbaxl10.chm912072 |
|
|
c280b1c5-c605-6453-3604-3a409a8289d0 |
03/30/2019 |
medium |
A collection of the ProtectedViewWindow objects that represent all the Protected View windows that are currently open in the application.
Use the ProtectedViewWindows property of the Application object to return the ProtectedViewWindows collection.
The following code example displays the number of Protected View windows that are open.
MsgBox "There are " & ProtectedViewWindows.Count & _
" Protected View windows currently open."
[!includeSupport and feedback]