Hi gurus

As you can tell by my previous post, I am new to VB so please go easy on me.

I have a csv file but with in the file there is a field that comes like this

" joh,smith" ,

so the first line looks like this

03/03/03,"xxxx","xxxxx","name name",xxxx,03/03/03,1.19,"xxxxx","name,name"


I would like to make this comma that is within the quotes a space or a blank so I can use split cleantly and get what I need to do .

How can I do this, all help is really welcome.

Thanks a bunch gurus