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

R

rtviper

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
 
M

Marshall Barton

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.
 
Top