Sure, the simple solution is just to use InStr() and SubStr() if you can be sure of what is in the fields.

Be aware if you are trying to parse MicroSoft format CSV files with unknown data that it can get pretty messy.

You will need to cater for strings which have commas in them, and worse, strings which have speech marks in them.

Try creating a spread sheet in Excel which has cells containing the (,) character and some containing the (") character. Now save it as a CSV file.

It's not impossible to decode it, but you will go cross-eyed looking at all the speech marks.