VBA code to searching for a folder
If Dir("C:\HopedForFolder\nul") = "" Then MkDir "C:\HopedForFolder"
--
Jim
"Farhad" wrote in message
...
| Hi,
|
| I am new in VBA and i want to check for a folder and if the folder can not
| be find creat it. any sugestion would be appriciated.
|
| Thanks,
| --
| Farhad Hodjat
|