DisplayWizardErrors Property

True if the PlanningWizard displays messages about errors. Read/write Boolean.

Example

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

Applies to | Application Object