Protection.AllowFormattingCells Property
Excel Developer Reference |
Returns True if the formatting of cells is allowed on a protected worksheet. Read-only Boolean.
Syntax
expression.AllowFormattingCells
expression A variable that represents a Protection object.
Remarks
The AllowFormattingCells property can be set by using the Protect method arguments.
Use of this property disables the protection tab, allowing the user to change all formats, but not to unlock or unhide ranges.
Example
This example allows the user to format cells on the protected worksheet and notifies the user.
Visual Basic for Applications |
---|
|
See Also