Application.AnswerWizard Property (Word)

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.

Sub AnswerWizardReset() 
 Application.AnswerWizard.ResetFileList 
End Sub