Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I have to create approximately 2800 folders. I have created a worksheet
which has concatenated the various data needed to create the final desired name of each directory. I am now copying and pasteing while ALT-TABing between a Windows "Open Folder" dialog window, where I hit the "New Folder" button. I am wondering if there is a way to have a select column/row set to be coded or scripted to make the output to new windows directories? Thank you |
#2
![]() |
|||
|
|||
![]() For i = 1 To Cells(Rows.Count,"A").End(xlUp).Rpw mkDir Cells(i,"A").Value End If -- HTH Bob Phillips "|| cypher ||" wrote in message ... I have to create approximately 2800 folders. I have created a worksheet which has concatenated the various data needed to create the final desired name of each directory. I am now copying and pasteing while ALT-TABing between a Windows "Open Folder" dialog window, where I hit the "New Folder" button. I am wondering if there is a way to have a select column/row set to be coded or scripted to make the output to new windows directories? Thank you |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Create Windows Directories from column entries? | Excel Discussion (Misc queries) | |||
Lookup Table Dilemma | Excel Worksheet Functions | |||
limit column entries | Excel Worksheet Functions | |||
Return Count for LAST NonBlank Cell in each Row | Excel Worksheet Functions | |||
Create an if-then formula in Excel to limit column total? | Excel Discussion (Misc queries) |