Hi Everyone,
I am using some code kindly provided by snotmore...
Call subCreateFolders("C:\test1\test2\test3\")
Sub subCreateFolders(strPath)
Dim objFileSys
Dim strPath, strNewFolder
Set objFileSys = CreateObject("Scripting.FileSystemObject")
If Right(strPath, 1) <> "\"...
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.