PayRate.CostPerUse property (Project)
Gets or sets the cost per use for the pay rate. Read/write Variant.
Syntax
expression. CostPerUse
expression A variable that represents a PayRate object.
Remarks
If the specified pay rate does not exist, the CostPerUse property results in a run-time error 1101.
Example
The following example prints the cost per use specified in the first pay rate of the first resource for the active project.
Debug.Print ActiveProject.Resources(1).PayRates(1).CostPerUse
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.