WD2000: FileFind Command Does Not Open Advanced Find Dialog Box (201976)



The information in this article applies to:

  • Microsoft Word 2000

This article was previously published under Q201976

SYMPTOMS

The Visual Basic for Applications Dialogs(wdDialogFileFind).Show command opens the Open dialog box, but it does not display the Advanced Find dialog box.

CAUSE

The FileFind command has limited functionality. The Find File dialog box used in earlier versions of Word has been replaced by the Advanced Find feature in Word versions 7.x and later.

RESOLUTION

To use the Advanced Find feature, use the FileSearch property with the PropertyTests collection object to set or retrieve Advanced Find values.


For more information about FileSearch, in the Visual Basic Editor, click Microsoft Visual Basic Help on the Help menu, type FileSearch in the Office Assistant or the Answer Wizard, and then click Search to view the topic.


For more information about PropertyTests, in the Visual Basic Editor, click Microsoft Visual Basic Help on the Help menu, type PropertyTests in the Office Assistant or the Answer Wizard, and then click Search to view the topic.

REFERENCES

For additional information about getting help with Visual Basic for Applications, please see the following article in the Microsoft Knowledge Base:

ARTICLE-ID: 163435
TITLE : VBA: Programming Resources for Visual Basic for Applications


Modification Type:MinorLast Reviewed:10/11/2006
Keywords:kbdtacode kbprb kbProgramming KB201976