April 2006
Beginner
1114 pages
98h 16m
English
alloweditrange.Range
Returns the Range object that an edit range represents. For example, the following code displays the title and address for each edit range in a worksheet:
Set ws = ThisWorkbook.Sheets("Protection")
For Each aer In ws.Protection.AllowEditRanges
Debug.Print aer.Title, aer.Range.Address
NextRead now
Unlock full access