RemoveFromGroup Method
Description
Removes this user from the specified user group.
Syntax
Visual Basic
Public Sub RemoveFromGroup( _
   ByVal Group As Variant _
) 
Parameters
Group
The name of the group or a CustomizationUsersGroup Object.
See Also