title | keywords | f1_keywords | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|---|
Application.ChangeStatusDate method (Project) |
vbapj.chm2181 |
|
project-server |
|
93635ef2-43c2-7cfd-5869-f8270a95a0ea |
06/08/2017 |
medium |
Changes the project status date.
expression. ChangeStatusDate
( _Date_
)
expression An expression that returns an Application object.
Name | Required/Optional | Data type | Description |
---|---|---|---|
Date | Optional | Variant | New date for the project status date. |
Boolean
The project status date enables Project to show progress lines in tasks on the Gantt chart. The status date is also used in earned value calculations. Using ChangeStatusDate with no parameter shows the Status Date dialog box. If the user cancels the dialog box, ChangeStatusDate returns False.
The following example changes the project status date to April 7, 2012.
ChangeStatusDate("4/7/12")
[!includeSupport and feedback]