Application.ProjectStatistics Method
Project Developer Reference |
Displays the Project Statistics dialog box.
Syntax
expression.ProjectStatistics(Project)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Project | Optional | String | The name of a project. |
Return Value
Boolean
Remarks
The ProjectStatistics method has the same effect as clicking Project Information on the Project menu and then clicking the Statistics button.
See Also