Create a folder....
Hi
I want to create a folder in a specific location, but
only if it doesnīt already exits!
Iīve tried the folowing code but it doesnīt work (i donīt
understand the "object")
If Object.FolderExists(ThisWorkbook.Path & "\" & "Temp")
= False Then
MkDir ThisWorkbook.Path & "\" & "Temp"
End If
Thanks a lot
Paiolas
|