Save as CSV: extra spaces around commas

  • Thread starter Thread starter rjml
  • Start date Start date
R

rjml

Excel 2007 Save As CSV - MS-DOS adds extra spaces in the comma-delimited
file. (My List Separator in Regional Settings is simply comma, not
space-comma or so.)

So, I get
MC-001A, 192.00 , 7.00 , 6.60 , 91.00 , V-TOP
instead of
MC-001A,192.00,7.00,6.60,91.00,V-TOP

How do I fix this? Thanks.
 
In this line

MC-001A, 192.00 , 7.00 , 6.60 , 91.00 , V-TOP

the middle four fields are numbers in the corresponding Excel columns. So,
you cannot really put spaces in. They are centered, but changing that did not
make any difference (and formatting will be lost anyway going to CSV).

RJ
 
Back
Top