Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
MkDir "C:\" & Range("C3").Value
Example: C:\12345\ART, LG1, G-CODE, LG3, LR2 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sub tryme()
For Each mycell In Range("C3:C6") MkDir "C:\" & mycell.Value Next End Sub best wishes -- Bernard V Liengme Microsoft Excel MVP http://people.stfx.ca/bliengme remove caps from email "David Shoemaker" wrote in message ... MkDir "C:\" & Range("C3").Value Example: C:\12345\ART, LG1, G-CODE, LG3, LR2 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Create folders from excel | Excel Programming | |||
Create Folders From Excel | Excel Programming | |||
Create list of folders | Excel Programming | |||
Auto Create Folders | Excel Discussion (Misc queries) | |||
To create folders using VBA | Excel Discussion (Misc queries) |