Printable View
I want *.txt *.doc *.cfg
VB Code: File1.Pattern = "*.txt;*.doc;*.cfg"
File1.Pattern = "*.txt;*.doc;*.cfg"
I believe you just seperate them by a ; Edit: Doh! ae_jester beat me. :(