Protection.AllowFormattingColumns Property
Excel Developer Reference |
Returns True if the formatting of columns is allowed on a protected worksheet. Read-only Boolean.
Syntax
expression.AllowFormattingColumns
expression A variable that represents a Protection object.
Remarks
The AllowFormattingColumns property can be set by using the Protect method arguments.
Example
This example allows the user to format columns on the protected worksheet and notifies the user.
Visual Basic for Applications |
---|
|
See Also