title | keywords | f1_keywords | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|---|
Application.DisplayWizardUsage property (Project) |
vbapj.chm131756 |
|
project-server |
|
3b4362ca-c748-3da8-0e1d-8d0baa1c3d69 |
06/08/2017 |
medium |
True if the Planning Wizard displays tips about using Project more effectively. Read/write Boolean.
expression. DisplayWizardUsage
expression A variable that represents an Application object.
The following example resets the PlanningWizard to its default settings.
Sub ResetWizard()
Application.DisplayPlanningWizard = True
Application.DisplayWizardErrors = True
Application.DisplayWizardScheduling = True
Application.DisplayWizardUsage = True
End Sub
[!includeSupport and feedback]