UserAccess Object
Excel Developer Reference |
Represents the user access for a protected range.
Example
Use the Add method or the Item property of the UserAccessList collection to return a UserAccess object.
Once a UserAccess object is returned, you can determine if access is allowed for a particular range in an worksheet, using the AllowEdit property. The following example adds a range that can be edited on a protected worksheet and notifies the user the title of that range.
Visual Basic for Applications |
---|
|
See Also