Share via


Application.DisplayWizardUsage Property

Project Developer Reference

True if the PlanningWizard displays tips about using Microsoft Office Project 2007 more effectively. Read/write Boolean.

Syntax

expression.DisplayWizardUsage

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