ProtectionMode Property

Applies To

Worksheet Object.

Description

True if user-interface-only protection is turned on. To turn on user interface protection, use the Protect method with the userInterfaceOnly argument set to True. This property is available only in Microsoft Excel for Windows 95. Read-only.

Example

This example displays the state of the ProtectionMode property.


MsgBox ActiveSheet.ProtectionMode