Share via


Global.AnswerWizard Property

Word Developer Reference

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.

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

See Also