Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Another way is to just ignore the error if there's a folder already there.
on error resume next mkdir "a:\myfolder" on error goto 0 This assumes that you wouldn't have a filename that has that name. Sunil wrote: how do you chech if a folder exists and create one on A: drive is it is not there ? Please help a newbie- Thanks :-} -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Disable/ignore compatibility check during SaveAs | Excel Worksheet Functions | |||
Creating a folder on SaveAs | Excel Discussion (Misc queries) | |||
SaveAS to a specific folder, with operator input of file name | Excel Discussion (Misc queries) | |||
How to: check if folder exist, if not, create | Excel Programming | |||
Create Folder and Text File in folder | Excel Programming |