AnswerWizard Property

Microsoft Word Visual Basic

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

expression.AnswerWizard

expression    Required. An expression that returns one of the objects in the Applies To list.

Example

This example resets the Answer Wizard file list.

Sub AnswerWizardReset()
    Application.AnswerWizard.ResetFileList
End Sub