Syntax

expression.ProtectContents

expression A variable that represents a Worksheet object.

Example

This example displays a message box if the contents of Sheet1 are protected.

Visual Basic for Applications
If Worksheets("Sheet1").ProtectContents = True Then MsgBox "The contents of Sheet1 are protected." End If

See also: