Viewing post 1 (of 1 total)
How about using FSO, loop thru the files in the folder and use a string function to find the file you're interested in?
eg: If RIGHT(oFile.Name, 7)) = "abc.txt"...
April 26, 2002 at 9:16 am
#427953