Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to create password for an folder | New Users to Excel | |||
automatically folder create | Excel Discussion (Misc queries) | |||
Create Folder Using VBA | Excel Discussion (Misc queries) | |||
create folder and save as | Excel Discussion (Misc queries) | |||
Create Folder..... | Excel Programming |