Project) (CostRateTable 物件
代表資源工資率的集合。 CostRateTable 物件是 CostRateTables 集合的成員。
使用 **CostRateTables (**Index) ,其中Index 是成本比率表的索引編號或名稱,可傳回單一 CostRateTable 物件。
使用 CostRateTable 物件
下面範例會在資源的其中一個工資率表上,變更標準工資率。
Dim GovtRates As CostRateTable
Set GovtRates = ActiveProject.Resources("Bob").CostRateTables("B")
GovtRates.PayRates(1).StandardRate = "$10/h"
屬性
名稱 |
---|
Application |
Index |
Name (名稱) |
Parent |
PayRates |
支援和意見反應
有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應。