Hello guys

This is my first post here. I have a problem with my code. I try to generate data (phone numbers and names) within Listview (that has 2 columns) The data looks like:

Code:
123456 George
837687 Michael
398438 Steve
298373 James
I know how to do it with one delimiter like:
Code:
 123456 George 837687 Michael 398438 Steve
(space or vbcrlf) but in this case I have both of them. Could someone help me how to solve this issue?

Thanks in advance