Thread
:
creating a directory if one doesn't already exist
View Single Post
#
5
Posted to microsoft.public.excel.programming
Charlotte E
external usenet poster
Posts: 59
creating a directory if one doesn't already exist
of if it were several deep:
mkdir "C:\test"
mkdir "C:\test\test2"
mkdir "C:\test\test2\test3"
Here's a little UDF for handling several sub directories in one step:
http://www.EXCELGAARD.dk/Lib/UDFs/MAKEPATH/
CE
Reply With Quote
Charlotte E
View Public Profile
Find all posts by Charlotte E