previous solution from fanpages:
https://www.experts-exchange.com/questions/28249788/sorting-listbox-with-additional-information-from-current-sheet.html
Taking a value from a sheet.
If a names exists in a column 3 of a listbox..it will bubble those results...to the top.
What I need:
What I need:
I need to see if the code can look at the current spreadhsheet and find the current activecell...
Look one cell to the left -1.
Take that value and see if it exists in Column 3 of the listbox.
(This value may appear in more than one row in the listbox...)
If results are found those rows get bumped to the top of the list.
and then the rest of the rows are still sorted the same way as requested. beneath the rows that get bumped to to the top.
The code is working fine. But sometimes the Name i'm looking for may be embededd inside the column value.
So this time if i'm looking for "Barnes"
In column 3 it may say "BARNES INC."
so if "BARNES" is within the column value..it will still bubble it to the top.
Thanks
fordraiders