Create Folder

  • Thread starter Thread starter Greg B
  • Start date Start date
G

Greg B

I am wondering how I can create folders on the c drive, I want a folder for
each customer,

I just need to have a folder created not actually the file being used saved
in there.

Thanks in advance

Greg Brow
 
Greg,
Not very complicated...
'--
Sub AnewOne()
MkDir "C:\Good Customer"
End Sub
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware
(Excel Add-ins / Excel Programming)



"Greg B"
wrote in message
I am wondering how I can create folders on the c drive, I want a folder for
each customer,
I just need to have a folder created not actually the file being used saved
in there.
Thanks in advance
Greg Brow
 

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