Skip to content

Latest commit

 

History

History
44 lines (19 loc) · 729 Bytes

c4367047-0f7d-1bda-5103-f26eedd98e8a.md

File metadata and controls

44 lines (19 loc) · 729 Bytes

Application.FindFile Method (Excel)

Displays the Open dialog box.

Syntax

expression . FindFile

expression A variable that represents an Application object.

Return Value

Boolean

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 .

Example

This example displays the Open dialog box.

Application.FindFile

See also

Concepts

Application Object

Other resources

Application Object Members