Worksheet.Protection Property
Returns a Protection object that represents the protection options of the worksheet.
Syntax
expression.Protection
expression A variable that represents a Worksheet object.
Example
This example protects the active worksheet and then determines if columns can be inserted on the protected worksheet, notifying the user of this status.
| Visual Basic for Applications |
|---|
|