You can try something like this:
Set fso = CreateObject("Scripting.FileSystemObject")
Set f = fso.GetFolder("\path\to\directory")
For Each sf in f.SubFolders
MsgBox sf.Name
Next sf
You may reference the Scripting Runtime Library
Hope This Help, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.