AddGroup Method
Description
Adds a user group to the list of user groups for which the current action is allowed.
Syntax
Visual Basic
Public Sub AddGroup( _
   ByVal Group As Variant _
) 
Parameters
Group
The user group to be added. Pass either the name of the group or a CustomizationUsersGroup Object.
See Also