I'm building a form to edit csv files. I'll keep this form in my personal file. In column B I have a list of values that a number of them match. I would like a drop down box (ComboBox1) that lists only 1 of them. It is possible that in column B there will be up to 10 matches at a time.

In the form I will add 10 text boxes that equal the value in column E adjacent to each of the matching values in column B.
There may be a better way to do this?

End result should be a form I can click the dropdown box, select a tag and edit the text in the form.