FindFile Method

Applies To

Application Object.

Description

Displays the File Open dialog box.

Syntax

object.FindFile

object

Required. The Application object.

Remarks

This method displays the File 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.

Example

This example displays the Open dialog box.


Application.FindFile