Application.AnswerWizard Property

Word Developer Reference

Returns an AnswerWizard object that contains the files used by the online Help search engine.

Syntax

expression.AnswerWizard

expression   A variable that represents an Application object.

Remarks

The Microsoft Office Assistant and AnswerWizard have been depreciated in the 2007 release of the Microsoft Office system.

Example

This example resets the Answer Wizard file list.

Visual Basic for Applications
  Sub AnswerWizardReset()
    Application.AnswerWizard.ResetFileList
End Sub

See Also