+ Reply to Thread
Results 1 to 4 of 4

creating a folder with an user input filepath and user input folder name

Hybrid View

subbby creating a folder with an... 09-04-2012, 07:54 AM
patel45 Re: creating a folder with an... 09-04-2012, 08:22 AM
HaHoBe Re: creating a folder with an... 09-04-2012, 09:20 AM
subbby Re: creating a folder with an... 09-04-2012, 10:04 AM
  1. #1
    Forum Expert
    Join Date
    07-15-2012
    Location
    Leghorn, Italy
    MS-Off Ver
    Excel 2010
    Posts
    3,431

    Re: creating a folder with an user input filepath and user input folder name

    it's not clear for me, you can give a practical example ?
    If solved remember to mark Thread as solved

  2. #2
    Forum Guru HaHoBe's Avatar
    Join Date
    02-19-2005
    Location
    Hamburg, Germany
    MS-Off Ver
    work: 365 on Win11 (365 on Win11 (desktop), 365 on Win11 (notebook)
    Posts
    8,206

    Re: creating a folder with an user input filepath and user input folder name

    Hi, subbby,

     MkDir (xDirect & "\filenewname")
    handles everything within the quotation marks as a constant. Please try
     MkDir (xDirect & "\" & filenewname)
    Ciao,
    Holger

  3. #3
    Forum Contributor
    Join Date
    08-24-2012
    Location
    Hollidaysburg, Pa
    MS-Off Ver
    Excel 2010
    Posts
    398

    Re: creating a folder with an user input filepath and user input folder name

    @Holger...

    Thast exactly i was looking for... thanks a ton

+ 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