Display All Matches from Search in Userform ListBox
I've previously described how to use a form to search for a distinct value, like a unique ID. This time I'm using the Find and FindNext methods to search a table for all results matching my search string. You don't have to use a table, you can just as easily search a range. Find/FindNext allow …