Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.3 KB

Excel.ProtectedViewWindows.md

File metadata and controls

49 lines (32 loc) · 1.3 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
ProtectedViewWindows object (Excel)
vbaxl10.chm912072
vbaxl10.chm912072
Excel.ProtectedViewWindows
c280b1c5-c605-6453-3604-3a409a8289d0
03/30/2019
medium

ProtectedViewWindows object (Excel)

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."

Methods

Properties

See also

[!includeSupport and feedback]