Help...

I have a large .CSV file containing numbers only.

I can import it into a VB text box to get a string of numbers like:
2,45,623,55,3,6,,,,etc.

However I need to break the data up and put it into an array so it looks like:

2,45,623
55,3,6
,,,,,etc

Any Ideas?