GetopenFilename & Files with special characteristics

D

Daniel Debes

Hi VBA-Professionals,

my Question: Is it possible to get only special files in the
getopenfilename dialog. I mean: I want excel files which have the
string "*test*.xls" in the filename. I know how to use the filter that
I get only excel files but I want to extend the filter.

Thanks for help which i hopefully get
Daniel
 
R

Ron de Bruin

Hi Daniel

Not with code but
You can enter this in the Filename box *test* and press Enter
 
D

Daniel Debes

Hi Ivan,

Thanks for your help. It works fine.

Greetings from Germany
Daniel
 
Top