Application.InformationDialog method (Project)
Displays the Assignment Information, Resource Information, or Task Information dialog box for the selected assignment, resource, or task.
Syntax
expression. InformationDialog
( _Tab_
)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
Tab | Optional | Long | The tab to display in the Assignment Information, Resource Information, or Task Information dialog box. |
Return value
Boolean
Remarks
If multiple items are selected, the InformationDialog method displays the Multiple Assignment Information, Multiple Resource Information, or Multiple Task Information dialog box.
If an assignment is selected, Tab can be one of the following PjInformationTab constants: pjAssignmentGeneralTab, pjAssignmentTrackingTab, or pjAssignmentNotesTab.
If a resource is selected, Tab can be one of the following PjInformationTab constants: pjResourceGeneralTab, pjResourceWorkingTimeTab, pjResourceCostsTab, or pjResourceNotesTab.
If a task is selected, Tab can be one of the following PjInformationTab constants: pjTaskGeneralTab, pjTaskPredecessorsTab, pjTaskResourcesTab, pjTaskAdvancedTab, or pjTaskNotesTab.
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.