Hi, I'm new to VB but not to programming. I'm trying to use the macros in Word 2003 to print all of the files in a certain folder in numerical order. I know that I just have to: Find out how many files are in the folder, put them in a string or array, sort them, and then print them. Any ideas on how the code would look?