making folders on drive

  • Thread starter Thread starter Sam Coburn
  • Start date Start date
S

Sam Coburn

I have aproject where I enter in the project name. Is there a way to have
the computer automatically make a folder on the hard drive using the project
name?

Thanks
 
The MkDir function in VBA allows you to create a folder:

MkDir "C:\NewFolder\"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top