ChrisBurch
IS-IT--Management
Hi all,
I'm outputing a csv file from Excel 97. However, I need to wrap 1 text field in quotes. I can concatenate any other character to the field okay, but can't find a way to add the " symbol. I've tried wrapping it in single qoutes, but suspect I should be using a chr string. Can anyone give the correct syntax for:-
Cells(1,1) = """ & Cell(1,1) & """
Thanks, Chris
It worked yesterday.
It doesn't work today.
That's Windows!
I'm outputing a csv file from Excel 97. However, I need to wrap 1 text field in quotes. I can concatenate any other character to the field okay, but can't find a way to add the " symbol. I've tried wrapping it in single qoutes, but suspect I should be using a chr string. Can anyone give the correct syntax for:-
Cells(1,1) = """ & Cell(1,1) & """
Thanks, Chris
It worked yesterday.
It doesn't work today.
That's Windows!