Morning all

I need to save an excel file as a .csv file, but need to ensure a particular format, so that the results can be uploaded to our dialler.

The format needed is as below:

'Field1','Field2','Field3','Field4'

I can make Excel do this with no problems, but when I come to save the file as a .csv reopening the file in Notepad shows Excel has added some double quotation marks:

"'Field1','Field2','Field3','Field4'"

Anyone know a way in which I can get it to do what I want?

Thanks

Matt