Thread: Create Folder
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Cone Jim Cone is offline
external usenet poster
 
Posts: 3,290
Default Create Folder

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