Returns the corresponding "Group" collection.

Type Info:

Parent As Groups
Example:
Dim Groups, Groups2 As Groups
Dim Group As Group

Set Groups = Application.ActiveProjectFile.SubFiles(1).Groups
Set Group = Groups.Item(1)

Set Groups2 = Group.Parent
Remarks: Read-only property.

See also:

Class Group

Last Updated: 04/26/05