Workbook.ProtectWindows Property
Excel Developer Reference |
True if the windows of the workbook are protected. Read-only Boolean.
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 |
---|
|
See Also