I am trying to preselect items in a combo box based on a string. The string is stored in a variable called TeamMemberText and has the following value
Kamy Tahmasbi, Ali Nazarzadeh
When I try try to load the values as default, the text shows up, but the items are not selected.
RenameColumns(Split(TeamMembersText,", "),"Result","Value")

Any thoughts?