View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ron ron is offline
external usenet poster
 
Posts: 2
Default Saving file with text and csv

Hello,
I'm trying to use a macro that will save my files with the first row as a
text label and succeeding rows as msdos.csv.
The first row only contains text in cell A1, describing the files content.
The file uses six columns.
When I save the file as msdos.csv only I end up with a comma for each unused
cell in row 1 and I have to then open the file in a text editor and remove
the extra commas in row one, before the file can be imported into the next
application.
As always any help is appreciated.

Thanks
Ron Lea