Application.RequestProgressInformation method (Project)

Requests progress information from resources, republishes, and saves the active project. .

Syntax

expression. RequestProgressInformation( _ShowDialog_, _ItemsScope_, _NotifyTaskLead_, _NotificationText_, _ReportingPeriodFrom_, _ReportingPeriodTo_ )

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
ShowDialog Optional Boolean True if Project displays the corresponding dialog box for the message type. The default value is False.
ItemsScope Optional Long Specifies the scope of assignments to be published. Can be one of the following PjPublishScope constants: pjPublishScopeAll, pjPublishScopeDefault, pjPublishScopeSelected, or pjPublishScopeVisible. The default value is pjPublishScopeAll.
NotifyTaskLead Optional Boolean True if Project only notifies the task lead for delegated tasks with a lead. The default value is False.
NotificationText Optional String The body text for the email notification.
ReportingPeriodFrom Optional Variant The beginning date of the reporting period for assignment status. This affects the user's filtered tasks view or MAPI message.
ReportingPeriodTo Optional Variant The end date of the reporting period for assignment status. This affects the users filtered tasks view or MAPI message.

Remarks

Using the RequestProgressInformation method with no arguments displays the Request Progress Information dialog box. The RequestProgressInformation method is available only in Project Professional.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.