I have cells from a worksheet which contains substrings delimited in ","

For each of these cells, i want to select the values from a corresponding UserForm ListBox that matches each of the substring values.

What is the best way to code this out?

Thanks.