+ Reply to Thread
Results 1 to 2 of 2

Macro VBA that list the content inside the folder and subfolder and sort it alphabatically

  1. #1
    Registered User
    Join Date
    12-07-2015
    Location
    Kedah, Malaysia
    MS-Off Ver
    2007
    Posts
    8

    Post Macro VBA that list the content inside the folder and subfolder and sort it alphabatically

    Hye,

    I am new to the Macro VBA and I am very excited to learn it. Thus I got a problem when I want to create a macro that enable to display the user the content inside the folder and subfolder and sort it in alphabetical order. This program also don't required the path and the date it modified. Just show the content and sort it alphabetically. Hope you can help me regarding this problem. Thank you.

  2. #2
    Forum Guru Kaper's Avatar
    Join Date
    12-14-2013
    Location
    Warsaw, Poland
    MS-Off Ver
    most often: Office 365 in Windows environment
    Posts
    8,613

    Re: Macro VBA that list the content inside the folder and subfolder and sort it alphabatic

    So, as you are learning, show us what you have done so far and where you are stacked (or just say you want somebody to do it for you, but then dont aey you are learning).

    and also be more precise - shall the content of a folder and subfolder(s) be sorted together
    i.e
    PHP Code: 
    file3
    file4
    file2
    sub
    /file5
    sub
    /file4
    sub2
    /file1 
    sorted into
    PHP Code: 
    file1
    file2
    file3
    file4
    file4
    file5 
    or keeping the structure unsorted, so result shall be
    PHP Code: 
    file2
    file3
    file4
    sub
    /file4
    sub
    /file5
    sub2
    /file1 
    Last edited by Kaper; 12-08-2015 at 06:39 AM.
    Best Regards,

    Kaper

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Sort Alphabatically - dropdown list
    By rizmomin in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-19-2015, 07:17 PM
  2. find list of files in different subfolder and move them to one folder
    By CobraLAD in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-12-2015, 05:35 AM
  3. [SOLVED] Macro to open up a .csv file inside each subfolder in a master folder
    By hutch94 in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 08-05-2014, 07:24 PM
  4. [SOLVED] Code to create folder and inside subfolder
    By kosherboy in forum Excel Programming / VBA / Macros
    Replies: 18
    Last Post: 03-07-2014, 03:03 PM
  5. Excel template to create Folder/Subfolder List for mp3 albums
    By stuartm456 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 02-27-2014, 10:27 AM
  6. Macro that searches in folder and subfolder - please help
    By anaconte1010 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-13-2013, 10:11 AM
  7. Macro to Create Folder\Sub Folder\SubFolder\
    By coolhit in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 08-30-2012, 12:43 PM

Tags for this Thread

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