vba file chooser

The solution for “vba file chooser” can be found here. The following code will assist you in solving the problem.

Dim strFile As String
 
strFile = Application.GetOpenFilename(FileFilter:=”Excel files *.xlsx* (*.xlsx*)”, Title:=”Choose an Excel file to open”, MultiSelect:=True)

Thank you for using DeclareCode; We hope you were able to resolve the issue.

More questions on [categories-list]

Similar Posts