CostRateTable object (Project)

Represents a collection of pay rates for a resource. The CostRateTable object is a member of the CostRateTables collection.

Use **CostRateTables(**Index ), whereIndex is the index number or name of the cost rate table, to return a single CostRateTable object.

Using the CostRateTable Object

The following example changes the standard rate on one of a resource's pay rate tables.

Dim GovtRates As CostRateTable 
 
Set GovtRates = ActiveProject.Resources("Bob").CostRateTables("B") 
GovtRates.PayRates(1).StandardRate = "$10/h"

Properties

Name
Application
Index
Name
Parent
PayRates

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.