AnswerWizard.Files Property
Gets an AnswerWizardFiles collection that represents the list of files available to the current AnswerWizard. Read-only.
Note
|
|---|
| The Microsoft Office Assistant and AnswerWizard have been depreciated in the release of the Microsoft Office system. |
Syntax
expression.Files
expression A variable that represents an AnswerWizard object.
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