Quote Originally Posted by ktech35 View Post
I've been looking for a way to run a macro sub to loop through all files in a chosen folder and all its subfolders.
The simplest way is a recursive loop with the FileSystemObject. Whilst the Dir command in your code can be used for this, it requires more supporting code to handle the recursion.