View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ED007 ED007 is offline
external usenet poster
 
Posts: 5
Default repeating code on files in multiple subfolders

I would like to run program on every file in a folder. I have code that
accomplishies this if the folder contains the files directly. However, I
need to do this on files that are in subfolders. The filesin sub folder A
are named the same as those in B, C, etc. So I can not simply copy them all
to the main folder.

Any ideas?