Hi,
I use the code below to allow the user to select files, but the file type defaults to All Files.
I require the filter to show CSV files only by default. How can I do this?
Thanks
I use the code below to allow the user to select files, but the file type defaults to All Files.
I require the filter to show CSV files only by default. How can I do this?
Thanks
Code:
SelectedFiles = Application.GetOpenFilename( _
FileFilter:="CSV Files (.csv), *.csv", MultiSelect:=True)