title | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | |
---|---|---|---|---|---|---|
Application.DisplayPlanningWizard property (Project) |
project-server |
|
eac1ac6f-8d2d-6c4a-fe7c-fadab773a624 |
06/08/2017 |
medium |
True if the PlanningWizard is active. Read/write Boolean.
expression. DisplayPlanningWizard
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]