AllowEditRanges Collection
Excel Developer Reference |
A collection of all the AllowEditRange objects that represent the cells that can be edited on a protected worksheet.
Remarks
Use the AllowEditRanges property of the Protection object to return an AllowEditRanges collection.
Once an AllowEditRanges collection has been returned, you can use the Add method to add a range that can be edited on a protected worksheet.
Example
In this example, Microsoft Excel allows edits to range "A1:A4" on the active worksheet and notifies the user of the title and address of the specified range.
Visual Basic for Applications |
---|
|
See Also