View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default Need to display ANY file type...

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

should do it

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

wrote in message
ups.com...
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