+ Reply to Thread
Results 1 to 5 of 5

Make folder with cell values

  1. #1
    Registered User
    Join Date
    05-22-2012
    Location
    Turkey
    MS-Off Ver
    Excel 2007
    Posts
    6

    Make folder with cell values

    Hi,
    I am trying to make folders in a network adress as data is entered into one column.

    Say column P is for project names, and as a name is entered to column P, VBA should make directory under a path. (path.. \\domainname\folder\folder...\folder_i_want_to_create_folders_under\

    Below you may see the code I am trying to correct.
    BH is the column i am trying to take folder names.

    Regards.

    Please Login or Register  to view this content.

  2. #2
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Make folder with cell values

    You mean the folder names are in column BH which need to be created?
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

  3. #3
    Registered User
    Join Date
    05-22-2012
    Location
    Turkey
    MS-Off Ver
    Excel 2007
    Posts
    6

    Re: Make folder with cell values

    That is correct. Full folder name is in column BH.

  4. #4
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Make folder with cell values

    Right click on your worksheet and select "View Code". Copy this code over
    Please Login or Register  to view this content.

  5. #5
    Registered User
    Join Date
    05-22-2012
    Location
    Turkey
    MS-Off Ver
    Excel 2007
    Posts
    6

    Re: Make folder with cell values

    Thanks alot. Solved.

+ 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