AnswerWizard.ResetFileList Method
Resets the list of files for the current AnswerWizard to the default list of files for the Microsoft Office host application.
Note
|
|---|
| The Microsoft Office Assistant and AnswerWizard have been depreciated in the release of the Microsoft Office system. |
Syntax
expression.ResetFileList
expression A variable that represents an AnswerWizard object.
Remarks
Use this method to restore all entries in the current AnswerWizard file list to the list in the Windows registry for the host application. You can establish a custom default file list in the registry by adding the names of the custom files to the appropriate registry key.
Example
This example resets the file list for the current AnswerWizard and then displays both the file count and the file names in a message box.
| Visual Basic for Applications |
|---|
|
Note