View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Robert Crandal Robert Crandal is offline
external usenet poster
 
Posts: 309
Default Find a subfolder?

Is there a simple algorithm or snippet of VBA code
that will allow me to search for a target subfolder???
I'm only interested in finding the first occurrence of
a subfolder....so if it finds the subfolder, the code should
stop searching at that point. Once found, the code should
return the full path to that subfolder.

thank you