View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] JessiRight77@yahoo.com is offline
external usenet poster
 
Posts: 12
Default Need to display ANY file type...

Hello...

I am trying to use some code by Chip Pearson to import text files. It
works great, except the particular files that I must browse for have NO
filename extension; therefore, they do not appear in the list when
browsing for documents.

The current code is as follows (and one would think that it would find
anything):

(filefilter:="Text Files(*.txt),*.txt,All Files (*.*),*.*")

Does anyone know how I can modify this to find files with NO extension?

Any help would be greatly appreciated.

Thanks,
Jessi