Application.DisplayPlanningWizard property (Project)

True if the PlanningWizard is active. Read/write Boolean.

Syntax

expression. DisplayPlanningWizard

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.