View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
rjml rjml is offline
external usenet poster
 
Posts: 2
Default Save as CSV: extra spaces around commas

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.