Loop Through All Subfolders Using VBA [duplicate]
问题 This question already has an answer here: Cycle through sub-folders and files in a user-specified root directory [duplicate] 3 answers I\'m looking for a VBA script that will loop through all subfolders of a specified folder. When I say all subfolders, I mean each folder inside the specified folder, and each folder inside of that, and each folder inside of that...in theory there could be infinite nested subfolders, but in actuality it will probably not go above 3 or 4. I\'m using the VBA