+ Reply to Thread
Results 1 to 5 of 5

Create Windows Directories from column entries?

  1. #1
    Bob Phillips
    Guest

    Re: Create Windows Directories from column entries?


    For i = 1 To Cells(Rows.Count,"A").End(xlUp).Rpw
    mkDir Cells(i,"A").Value
    End If

    --
    HTH

    Bob Phillips

    "|| cypher ||" <[email protected]> wrote in message
    news:[email protected]...
    > 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. #2
    Don Guillett
    Guest

    Re: Create Windows Directories from column entries?

    a bit of clean up perhaps
    For i = 1 To Cells(Rows.Count,"A").End(xlUp).rOw
    mkDir Cells(i,"A").Value
    next i



    --
    Don Guillett
    SalesAid Software
    [email protected]
    "Bob Phillips" <[email protected]> wrote in message
    news:[email protected]...
    >
    > For i = 1 To Cells(Rows.Count,"A").End(xlUp).Rpw
    > mkDir Cells(i,"A").Value
    > End If
    >
    > --
    > HTH
    >
    > Bob Phillips
    >
    > "|| cypher ||" <[email protected]> wrote in message
    > news:[email protected]...
    > > 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
    > >
    > >

    >
    >




  3. #3
    || cypher ||
    Guest

    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



  4. #4
    Bob Phillips
    Guest

    Re: Create Windows Directories from column entries?


    For i = 1 To Cells(Rows.Count,"A").End(xlUp).Rpw
    mkDir Cells(i,"A").Value
    End If

    --
    HTH

    Bob Phillips

    "|| cypher ||" <[email protected]> wrote in message
    news:[email protected]...
    > 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
    >
    >




  5. #5
    Don Guillett
    Guest

    Re: Create Windows Directories from column entries?

    a bit of clean up perhaps
    For i = 1 To Cells(Rows.Count,"A").End(xlUp).rOw
    mkDir Cells(i,"A").Value
    next i



    --
    Don Guillett
    SalesAid Software
    [email protected]
    "Bob Phillips" <[email protected]> wrote in message
    news:[email protected]...
    >
    > For i = 1 To Cells(Rows.Count,"A").End(xlUp).Rpw
    > mkDir Cells(i,"A").Value
    > End If
    >
    > --
    > HTH
    >
    > Bob Phillips
    >
    > "|| cypher ||" <[email protected]> wrote in message
    > news:[email protected]...
    > > 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 to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1