Create Folder
On Error Resume Next
MkDir "C:\My Documents\Years\2009"
On Error Goto 0
--
__________________________________
HTH
Bob
"K" wrote in message
...
Hi all, I want macro which should create folder with name "2009" in
"C:\My Documents\Years" and if there is already folder with name
"2009" in "C:\My Documents\Years" then macro should do nothing.
Please can any friend can help
|