Help, Using VB to Open a certain type of File
Posted by Cadderly on August 21, 2001 5:36 AM
Hello,
I would like to open a window, which gives me a list of file(s) to choose from. The Files are in this format(Reports Handsort 21_08_01 Tue.xls and Reports Machines 21_08_01 Tue.xls).
I only want the Machine Files to be displayed in the list. I am using the following script.
fileToOpen = Application.GetOpenFilename("Text Files (*.txt), *.txt")
Unfortunately, I can only specify the ext and not the filename.
Cadderly
Any help would be Appreciated