View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ptrowe ptrowe is offline
external usenet poster
 
Posts: 1
Default Application.GetOpenFileName

I am using Application.GetOpenFileName to prompt a user to select a file
from a list of files. It works fine to select a type of file
such a *.txt.

What I would like to do is to narrow the selection further, e.g.

sample*.txt.

The filter in the Application.GetOpenFileName does not recognize
anything before the *. This example would still display all .txt
files.

Has anyone come up with a method to display only certain files of a
specific type?



------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from http://www.ExcelForum.com/