This is somewhat related to a post I had submitted previously but a bit more complex https://www.excelforum.com/showthread.php?p=2139259.
I have following code, which sorts data if user "double clicks" on cells A1, B1, C1, D1, or E1.
If the user "double clicks" on cell D1, I want to sort by column D using following custom list:
AA1, AA2, AA3, A1, A2, A3, ZZ1, ZZ2, ZZ3, Z1, Z2, Z3
If the user "double clicks" on cell E1, I want to sort by column E using following custom list:
AAA+, AAA, AAA-, AA+, AA, AA-, A+, A, A-, ZZZ+, ZZZ, ZZ+, ZZ-, Z+, Z, Z-
The issue I seem to be encountering is that I can’t use more than one custom list (e.g., if I use the column D sort list for column D, column E is also using the same list). I can’t seem to apply individual lists to each column.
Would I need to “hardcode” the lists in my macro? In suggestions are appreciated. Thanks.
![]()
Please Login or Register to view this content.
Bookmarks