fname = Application.GetOpenFilename(filefilter:="txt Files (*.txt),*.txt")
I use the code above to select a txt file to import into excel
however the directory that this file is located is full of junk that I'm not bothered about
how can I modify the "*" to show only "any file that has the...