Group2 object (Project)
Represents a group definition where the group hierarchy can be maintained. A Group2 object is a member of a Groups2, ResourceGroups2, or TaskGroups2 collection.
The Group2 object includes the MaintainHierarchy property.
Using the Group Object
Use TaskGroups2(Index)
or ResourceGroups2(Index)
, where Index is the group definition index or group definition name, to return a Group2 object.
The following example ensures that the Standard Rate resource group displays summary task information.
ActiveProject.ResourceGroups2("Standard Rate").ShowSummary = True
Name |
---|
Delete |
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.