Hi,
I am having an issue with the below piece of code for myfile picker , it is working fine for excel files but the csv files are notvisable when the file picker is open.
Is there any way of being able select either a csv or xlsxfile through a file picker?
Any help is greatly appreciated
Thanks
fNameAndPath =Application.GetOpenFilename(FileFilter:="Excel Files (*.XLSx), *.XLS,,*.CSV", Title:="Select File To Be Opened")
If fNameAndPath = False Then Exit Sub
Set wb = Workbooks.Open(fNameAndPath)
I am having an issue with the below piece of code for myfile picker , it is working fine for excel files but the csv files are notvisable when the file picker is open.
Is there any way of being able select either a csv or xlsxfile through a file picker?
Any help is greatly appreciated
Thanks
fNameAndPath =Application.GetOpenFilename(FileFilter:="Excel Files (*.XLSx), *.XLS,,*.CSV", Title:="Select File To Be Opened")
If fNameAndPath = False Then Exit Sub
Set wb = Workbooks.Open(fNameAndPath)