Syntax

expression.ProtectWindows

expression A variable that represents a Workbook object.

Example

This example displays a message if the windows in the active workbook are protected.

Visual Basic for Applications
If ActiveWorkbook.ProtectWindows = True Then MsgBox "Remember, you cannot rearrange any" & _ " window in this workbook." End If 
Freeze the position and size of all windows? protect protect windows Protect Windows Property ProtectWindows ProtectWindows Property Stop windows from being shifted by enduser?

See also: