Thread
:
saving/creating a directory
View Single Post
#
1
Posted to microsoft.public.excel.programming
mudraker[_112_]
external usenet poster
Posts: 1
saving/creating a directory
sPath$ = "c:\Temp"
If Dir(sPath, vbDirectory) = "" Then
MkDir (sPath)
End I
--
Message posted from
http://www.ExcelForum.com
Reply With Quote
mudraker[_112_]
View Public Profile
Find all posts by mudraker[_112_]