Skip to content

Latest commit

 

History

History
54 lines (31 loc) · 1.21 KB

Project.Application.ChangeStatusDate.md

File metadata and controls

54 lines (31 loc) · 1.21 KB
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.ChangeStatusDate method (Project)
vbapj.chm2181
vbapj.chm2181
project-server
Project.Application.ChangeStatusDate
93635ef2-43c2-7cfd-5869-f8270a95a0ea
06/08/2017
medium

Application.ChangeStatusDate method (Project)

Changes the project status date.

Syntax

expression. ChangeStatusDate( _Date_ )

expression An expression that returns an Application object.

Parameters

Name Required/Optional Data type Description
Date Optional Variant New date for the project status date.

Return value

Boolean

Remarks

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.

Example

The following example changes the project status date to April 7, 2012.

ChangeStatusDate("4/7/12")

[!includeSupport and feedback]