Global.AnswerWizard Property (Word)

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

Syntax

expression .AnswerWizard

expression Required. A variable that represents a Global object.

Example

This example resets the Answer Wizard file list.

Sub AnswerWizardReset() 
 Application.AnswerWizard.ResetFileList 
End Sub