D
Dave L
I have a macro that saves a csv file with only one cell with a value. The
cell contains commas though so it saves it in the text file with quote around
it. Ex:
Cell contents:
,value,value,value,,,
When the text file is open in notepad:
",value,value,value,,,"
Is there any way to get rid of the quotes and have it read exactly like it
does when open in Excel?
cell contains commas though so it saves it in the text file with quote around
it. Ex:
Cell contents:
,value,value,value,,,
When the text file is open in notepad:
",value,value,value,,,"
Is there any way to get rid of the quotes and have it read exactly like it
does when open in Excel?