UpdateTasks Method

Updates the active tasks.

Syntax

expression**.UpdateTasks(PercentComplete, ActualDuration, RemainingDuration, ActualStart, ActualFinish, Notes)**

*expression   *     Optional. An expression that returns an Application object.

PercentComplete    Optional Variant. The percent complete of the active tasks.

ActualDuration    Optional Variant. The actual duration of the active tasks.

RemainingDuration    Optional Variant. The remaining duration of the active tasks.

ActualStart    Optional Variant. The actual start date of the active tasks.

ActualFinish    Optional Variant. The actual finish date of the active tasks.

Notes    Optional String. Any comments for the active tasks.

Remarks

Using the UpdateTasks method without specifying any arguments displays the Update Tasks dialog box.

Applies to | Application Object

See Also | UpdateProject Method