A collection of the ProtectedViewWindow objects that represent all the Protected View windows that are currently open in the application.
Remarks
Use the ProtectedViewWindows property of the Application object to return the ProtectedViewWindows collection.
Example
The following code example displays the number of Protected View windows that are open.
MsgBox "There are " & ProtectedViewWindows.Count & " Protected View windows currently open."