Groups object (Project)

Represents a collection of Group objects.

Remarks

For groups where the group hierarchy can be maintained and cell color can be a hexadecimal value, use the Groups2 collection object.

Use TaskGroups(Index) or ResourceGroups(Index), where Index is the group definition index or group definition name, to return a Group object.

Example

The following example ensures that the Standard Rate resource group displays summary task information.

ActiveProject.ResourceGroups("Standard Rate").ShowSummary = True 


Methods

Name
Add
Copy

Properties

Name
Application
Count
Item
Parent

See also

Project Object Model

Support and feedback

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.