+ Reply to Thread
Results 1 to 11 of 11

custom sort list order in vba

  1. #1
    Registered User
    Join Date
    10-17-2014
    Location
    london, england
    MS-Off Ver
    version 2010
    Posts
    5

    custom sort list order in vba

    Guys,

    I need to sort the data started at range (A9:H9) based on the data at column B9 but in a form of custom list order based on my list such as "221","143","224","9955","6565".

    i have tried the below formula and it works fine but it sorts in ascending order..

    Please Login or Register  to view this content.

    Please i need your help guys to show me what's the code in order to sort my data using custom list.

    Thank you..
    Last edited by Leith Ross; 10-17-2014 at 05:00 PM. Reason: Added Code Tags

  2. #2
    Forum Expert
    Join Date
    07-31-2010
    Location
    California
    MS-Off Ver
    Excel 2007
    Posts
    4,070

    Re: custom sort list order in vba

    i have tried the below formula and it works fine but it sorts in ascending order..
    Have you tried changing it to descending?
    Please Login or Register  to view this content.

  3. #3
    Registered User
    Join Date
    10-17-2014
    Location
    london, england
    MS-Off Ver
    version 2010
    Posts
    5

    Re: custom sort list order in vba

    Thanks Stykynts,

    i have tried but it does not match on my need in my daily report..i really need to do it as custom sort list base...can you help on this...thanks

    you full support is highly appreciated..

  4. #4
    Forum Expert jaslake's Avatar
    Join Date
    02-21-2009
    Location
    Atwood Lake in Mid NE Ohio...look it up.
    MS-Off Ver
    Excel 2010 2019
    Posts
    12,749

    Re: custom sort list order in vba

    Hi sarksloane

    Welcome to the Forum!!!

    See if this link helps

    http://www.excelforum.com/excel-prog...-database.html
    John

    If you have issues with Code I've provided, I appreciate your feedback.

    In the event Code provided resolves your issue, please mark your Thread as SOLVED.

    If you're satisfied by any members response to your issue please use the star icon at the lower left of their post.

  5. #5
    Registered User
    Join Date
    10-17-2014
    Location
    london, england
    MS-Off Ver
    version 2010
    Posts
    5

    Re: custom sort list order in vba

    Hi jaslake,

    thank you for the link but still it does not work..

    my file looks like this..Sort.jpg

    i used the below code..

    Dim i As Long
    If Application.GetCustomListNum(Array("221,143,224,9955,6565")) = 0 Then
    Application.AddCustomList Array("221,143,224,9955,6565")
    End If
    i = Application.GetCustomListNum(Array("221,143,224,9955,6565"))
    Range("A9:H").SpecialCells(xlLastCell).sort Key1:=Cells("B9:B"), _
    Header:=xlYes, Order1:=xlAscending, _
    OrderCustom:=i, DataOption1:=xlSortNormal, _
    MatchCase:=False, Orientation:=xlTopToBottom, SortMethod:=xlPinYin
    End Sub

    Thank you..

  6. #6
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: custom sort list order in vba

    Hi,

    You need to include

    Please Login or Register  to view this content.
    where n is the position in the sort order list that contains your custom list "221","143","224","9955","6565". (counting the item NEW LIST as 1)
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  7. #7
    Registered User
    Join Date
    10-17-2014
    Location
    london, england
    MS-Off Ver
    version 2010
    Posts
    5

    Re: custom sort list order in vba

    Hi Richard,

    Sorry if you could show me the whole code where you want me to put the ordercustom:=n mainly because i am still new in vba programming and i am still learning..

    Thank you...

  8. #8
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: custom sort list order in vba

    Hi,

    Please Login or Register  to view this content.
    again with 'n' in OrderCustom being the index number in the list of custom order sort definitions.

  9. #9
    Forum Expert jaslake's Avatar
    Join Date
    02-21-2009
    Location
    Atwood Lake in Mid NE Ohio...look it up.
    MS-Off Ver
    Excel 2010 2019
    Posts
    12,749

    Re: custom sort list order in vba

    Hi sarksloane

    Please wrap any Code you post in Code Tags.

    Try this
    Please Login or Register  to view this content.

  10. #10
    Registered User
    Join Date
    10-17-2014
    Location
    london, england
    MS-Off Ver
    version 2010
    Posts
    5

    Re: custom sort list order in vba

    Hi Jaslake,

    Indeed, you did a great job to my issue...thank you very much..

  11. #11
    Forum Expert jaslake's Avatar
    Join Date
    02-21-2009
    Location
    Atwood Lake in Mid NE Ohio...look it up.
    MS-Off Ver
    Excel 2010 2019
    Posts
    12,749

    Re: custom sort list order in vba

    You're welcome...glad I could help. Thanks for the Rep.

+ 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. Custom sort order
    By 4lowie in forum Excel General
    Replies: 14
    Last Post: 03-09-2014, 11:08 AM
  2. [SOLVED] Custom Sort Order for Sheets
    By Comisar in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-15-2013, 02:10 PM
  3. VBA Custom Sort Order Issues
    By Warderbrad in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-22-2012, 04:38 PM
  4. Custom sort order problem
    By mfmcclellan in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-04-2012, 05:05 PM
  5. Problems with custom sort order
    By bluphoto in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 12-11-2008, 06:23 PM

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