Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
|| cypher ||
 
Posts: n/a
Default Create Windows Directories from column entries?

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   Report Post  
Bob Phillips
 
Posts: n/a
Default


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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Lookup Table Dilemma Karen Excel Worksheet Functions 2 June 10th 05 08:22 PM
How do I create a dual axes column chart in Excel Alok Charts and Charting in Excel 1 May 17th 05 06:11 PM
limit column entries Boenerge Excel Worksheet Functions 4 May 8th 05 08:02 PM
Return Count for LAST NonBlank Cell in each Row Sam via OfficeKB.com Excel Worksheet Functions 12 April 17th 05 10:36 PM
Create an if-then formula in Excel to limit column total? Nancy M Excel Discussion (Misc queries) 2 February 13th 05 10:47 PM


All times are GMT +1. The time now is 01:31 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"