Application.DisplayWizardScheduling property (Project)

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

Syntax

expression. DisplayWizardScheduling

expression A variable that represents an Application object.

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

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.