title | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | |
---|---|---|---|---|---|---|
Application.DisplayWizardScheduling property (Project) |
project-server |
|
abcd5660-1eef-d53b-548f-6ead0c57f836 |
06/08/2017 |
medium |
True if the Planning Wizard displays messages about scheduling problems. Read/write Boolean.
expression. DisplayWizardScheduling
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]