I need to go through all the files in a subdirectory and process them accordingly. I can handle all the actual processing, but how do you loop through all the files? I thought about writing the file names to a worksheet using Application.FileSearch then loop through the names, but is there a simpler/more elegant way to do it
Thanks for any help
Thanks for any help