_Application.FindFile Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Displays the Open dialog box.
public:
bool FindFile();
public bool FindFile ();
Public Function FindFile () As Boolean
Returns
Remarks
This method displays the Open dialog box and allows the user to open a file. If a new file is opened successfully, this method returns True. If the user cancels the dialog box, this method returns False.