View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jim[_47_] Jim[_47_] is offline
external usenet poster
 
Posts: 6
Default Recursive directory listing

Is it possible to perform a recursive directory listing using VBA ? I can
manage to go down one level but am struggling to code for (more than one)
recursion, i.e. all files in all sub directories of a directory.

Regards, Jim.