Share via


Application.DisplayWizardScheduling Property

Project Developer Reference

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

Syntax

expression.DisplayWizardScheduling

expression   A variable that represents an Application object.

Return Value
Boolean

Example
The following example resets the PlanningWizard to its default settings.

Visual Basic for Applications
  Sub ResetWizard()
    Application.DisplayPlanningWizard = True
    Application.DisplayWizardErrors = True
    Application.DisplayWizardScheduling = True
    Application.DisplayWizardUsage = True
End Sub

See Also