Hello,
I got following now:
Dim words() As String, word As Variant, collecWords As New Collection
'Split on each comma
words = Strings.Split(strRELNaam, ",") ' "txt" is the name of of your textbox
For Each word In words
collecWords.Add Trim(word)
Next word
For Each word In collecWords
'build...