rhino4eva
Active Member
- Joined
- Apr 1, 2009
- Messages
- 262
- Office Version
- 2010
- Platform
- Windows
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 string TCTB" in it and not show the junk
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 string TCTB" in it and not show the junk