Share via


Assistant.AssistWithWizards Property

Office Developer Reference

Is True if the Office Assistant provides online Help with wizards. Read/write.

Aa432234.vs_note(en-us,office.12).gif  Note
The Microsoft Office Assistant and AnswerWizard have been deprecated in the 2007 release of the Microsoft Office system.

Syntax

expression.AssistWithWizards

expression   A variable that represents an Assistant object.

Remarks

The AssistWithWizards property corresponds to the Help with wizards option under Use the Office Assistant on the Options tab in the Office Assistant dialog box.

Example
This example sets the Office Assistant to provide Help information about wizards.

Visual Basic for Applications
  Assistant.AssistWithWizards = True

See Also