UserAccessList.Add Method

Excel Developer Reference

Adds a user access list.

Syntax

expression.Add(Name, AllowEdit)

expression   A variable that represents an UserAccessList object.

Parameters

Name Required/Optional Data Type Description
Name Required String The name of the user access list.
AllowEdit Required Boolean True allows users on the access list to edit the editable ranges on a protected worksheet.

Return Value
A UserAccess object that represents the new user access list.

See Also