I am trying to append multiple text files into one text file. The only catch is...we don't know the name of each text file. They are located in tht same folder...just have unique names. Currently we are importing one text file at a time...and would like to append the files to save time. The text file names consist of the order#.txt. I wanted to use "*.txt", but I can't seem to get that to work. I want to read one...process it, move it to another folder... grab the next text file...process it...etc. Thanks in advance.