Okay. lets say in a text file, i have:
10/10/10, 11/12/13, 10/20/21,
all on one line. how can i get it to do the following:
1)Seperate each date and put it into a listbox
2)Seperate each date and put it into a variable

I am stuck... Please help. Also, is there a way in vb6 to export several listboxes to a spreadsheet file? if so, how? Thanks!