Searching For and Creating a Directory if it does not exist.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to create various subdirectories under the ;
Application.CurrentProject.Path
If those directories DO NOT Exist. For the life of me I can't remember the
necessry code. Help
 
rtviper said:
I need to create various subdirectories under the ;
Application.CurrentProject.Path
If those directories DO NOT Exist. For the life of me I can't remember the
necessry code.


Check VBA Help for the Dir function and the MkDir statement.
 
Back
Top