Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Create Folder Using VBA | Excel Discussion (Misc queries) | |||
Save file in a new folder, but create folder only if folder doesn't already exist? | Excel Programming | |||
Create Folder and Text File in folder | Excel Programming | |||
Create Folder / Copy Folder / Replace | Excel Programming | |||
Create Folder..... | Excel Programming |