Skip to content

Latest commit

 

History

History
57 lines (33 loc) · 1.29 KB

Project.Application.ProjectMove.md

File metadata and controls

57 lines (33 loc) · 1.29 KB
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.ProjectMove method (Project)
vbapj.chm2291
vbapj.chm2291
project-server
Project.Application.ProjectMove
ba30bd12-a26a-12e5-8cff-df1a34a58df0
06/08/2017
medium

Application.ProjectMove method (Project)

Moves the project start date to a new date.

Syntax

expression. ProjectMove( _Date_, _MoveDeadline_ )

expression An expression that returns an Application object.

Parameters

Name Required/Optional Data type Description
Date Optional Variant Specifies the new project start date.
MoveDeadline Optional Boolean True if deadlines are also moved; otherwise, False. The default is True.

Return value

Boolean

Remarks

The ProjectMove method is equivalent to clicking Move Project on the Project tab of the Ribbon.

Running the ProjectMove method with no arguments displays the Move Project dialog box.

Example

The following command moves the project start date to May 23, 2012. Deadlines are moved a corresponding number of days.

projectmove Date:="5/23/2012"

[!includeSupport and feedback]