Hi,
I was able to return multiple values into one cell; however, I am trying to figure out how to change my delimiter from"," to Char(10):
For i = 0 To DEPListBox.ListCount - 1 If DEPListBox.Selected(i) Then 'If selected is True
strTemp = strTemp &...