title | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | |
---|---|---|---|---|---|---|
Project.CurrencyCode property (Project) |
project-server |
|
12085e58-5520-600e-1a00-2822474303fe |
06/08/2017 |
medium |
Project property for the three-character ISO standard currency code of the project. Read/write String.
expression. CurrencyCode
expression A variable that represents a Project object.
The following example sets CurrencyCode to the three-character ISO currency code "JPY".
Sub ChangeCurrencyAndValidate()
ActiveProject.CurrencyCode = "JPY"
MsgBox (ActiveProject.CurrencyCode)
End Sub
[!includeSupport and feedback]