yoursumbuddy.com
ListBox Filter With Wildcards and Unique Values - yoursumbuddy
http://yoursumbuddy.com/listbox-filter-wildcards-unique-values
Skip to primary content. Skip to secondary content. Who Am I and How Did I Get Here. ListBox Filter With Wildcards and Unique Values. September 2, 2013. ListBox Filter With Wildcards and Unique Values. This post demonstrates a simple setup to filter a userform listbox as you type into a textbox. The filter uses VBA’s Like operator. Method to allow filtering by unique items. Nice, isn’t it? The asterisks make it match anywhere within the string. MetxtFilter.Text and *. Used only if UniqueValuesOnly is true.