I have been struggling with how best I can solve this for a while now!
I am new to excel and VB
I need to accept a user input (essentially multiple strings) and look up records that have an index corresponding to these strings.
For example: if the user checks tag1 tag2 and tag5, the records corresponding to these tags need to be auto filtered and displayed.
I am using an active-x listbox to accept the user inputs. How can I use these "checked" inputs to then display the records (that correspond to these inputs)
Bookmarks