PC Review


Reply
Thread Tools Rate Thread

Saving As .CSV

 
 
Grant
Guest
Posts: n/a
 
      27th Mar 2007
Hello, here's the situation: I downloaded an .xls file from my broker and
opened it in Excel. The original file was delimited by commas and I had to
choose comma delimited in order for Excel to display it in columns/rows
correctly. I made some changes to the file, then saved it with a new name.
The problem is, I can find no way to save it as a comma delimited file
again. Saving it as a Workbook places quotes around the commas and creates
spacing between text (when I view it in Wordpad), and saving it as a Text
File (Tab delimited) does just that--makes it TAB delimited, not comma
delimited. I just need my file to be a comma delimited text file again,
like it was originally. Any ideas?

Thanks in advance,

Grant


 
Reply With Quote
 
 
 
 
Dave Peterson
Guest
Posts: n/a
 
      27th Mar 2007
You could use a macro and write code and have complete control over what you
write.

Here are three sites that you could steal some code from:

Earl Kiosterud's Text Write program:
www.smokeylake.com/excel
(or directly: http://www.smokeylake.com/excel/text_write_program.htm)

Chip Pearson's:
http://www.cpearson.com/excel/imptext.htm

J.E. McGimpsey's:
http://www.mcgimpsey.com/excel/textfiles.html

Grant wrote:
>
> Hello, here's the situation: I downloaded an .xls file from my broker and
> opened it in Excel. The original file was delimited by commas and I had to
> choose comma delimited in order for Excel to display it in columns/rows
> correctly. I made some changes to the file, then saved it with a new name.
> The problem is, I can find no way to save it as a comma delimited file
> again. Saving it as a Workbook places quotes around the commas and creates
> spacing between text (when I view it in Wordpad), and saving it as a Text
> File (Tab delimited) does just that--makes it TAB delimited, not comma
> delimited. I just need my file to be a comma delimited text file again,
> like it was originally. Any ideas?
>
> Thanks in advance,
>
> Grant


--

Dave Peterson
 
Reply With Quote
 
Bob I
Guest
Posts: n/a
 
      27th Mar 2007
Which "Save As" CSV version did you pick from the drop down box?

Grant wrote:

> Hello, here's the situation: I downloaded an .xls file from my broker and
> opened it in Excel. The original file was delimited by commas and I had to
> choose comma delimited in order for Excel to display it in columns/rows
> correctly. I made some changes to the file, then saved it with a new name.
> The problem is, I can find no way to save it as a comma delimited file
> again. Saving it as a Workbook places quotes around the commas and creates
> spacing between text (when I view it in Wordpad), and saving it as a Text
> File (Tab delimited) does just that--makes it TAB delimited, not comma
> delimited. I just need my file to be a comma delimited text file again,
> like it was originally. Any ideas?
>
> Thanks in advance,
>
> Grant
>
>


 
Reply With Quote
 
Grant
Guest
Posts: n/a
 
      27th Mar 2007
It doesn't give me the option to save as CSV. The only "save as" options
are: Excel Workbook, XML Spreadsheet, Single File Webpage, Web Page,
Template, and Text (Tab Delimited). As I said, I tried Workbook and Text.

"Bob I" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Which "Save As" CSV version did you pick from the drop down box?
>
> Grant wrote:
>
>> Hello, here's the situation: I downloaded an .xls file from my broker and
>> opened it in Excel. The original file was delimited by commas and I had
>> to choose comma delimited in order for Excel to display it in
>> columns/rows correctly. I made some changes to the file, then saved it
>> with a new name. The problem is, I can find no way to save it as a comma
>> delimited file again. Saving it as a Workbook places quotes around the
>> commas and creates spacing between text (when I view it in Wordpad), and
>> saving it as a Text File (Tab delimited) does just that--makes it TAB
>> delimited, not comma delimited. I just need my file to be a comma
>> delimited text file again, like it was originally. Any ideas?
>>
>> Thanks in advance,
>>
>> Grant

>



 
Reply With Quote
 
Grant
Guest
Posts: n/a
 
      27th Mar 2007
Thanks Dave, that first one did the trick. What I don't understand is why
there simply isn't an option to save as Text-Comma Delimited rather than
Text-Tab Delimited. Anyhoo, I got what I need. Thanks again.

Grant

"Dave Peterson" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> You could use a macro and write code and have complete control over what
> you
> write.
>
> Here are three sites that you could steal some code from:
>
> Earl Kiosterud's Text Write program:
> www.smokeylake.com/excel
> (or directly: http://www.smokeylake.com/excel/text_write_program.htm)
>
> Chip Pearson's:
> http://www.cpearson.com/excel/imptext.htm
>
> J.E. McGimpsey's:
> http://www.mcgimpsey.com/excel/textfiles.html
>
> Grant wrote:
>>
>> Hello, here's the situation: I downloaded an .xls file from my broker and
>> opened it in Excel. The original file was delimited by commas and I had
>> to
>> choose comma delimited in order for Excel to display it in columns/rows
>> correctly. I made some changes to the file, then saved it with a new
>> name.
>> The problem is, I can find no way to save it as a comma delimited file
>> again. Saving it as a Workbook places quotes around the commas and
>> creates
>> spacing between text (when I view it in Wordpad), and saving it as a Text
>> File (Tab delimited) does just that--makes it TAB delimited, not comma
>> delimited. I just need my file to be a comma delimited text file again,
>> like it was originally. Any ideas?
>>
>> Thanks in advance,
>>
>> Grant

>
> --
>
> Dave Peterson



 
Reply With Quote
 
Dave Peterson
Guest
Posts: n/a
 
      28th Mar 2007
Actually, there is a "CSV (Comma delimited)(*.csv)" option.

It just doesn't use the same rules as what you want.

(Or your rules don't use the same rules as what MS wants...)

Grant wrote:
>
> Thanks Dave, that first one did the trick. What I don't understand is why
> there simply isn't an option to save as Text-Comma Delimited rather than
> Text-Tab Delimited. Anyhoo, I got what I need. Thanks again.
>
> Grant
>
> "Dave Peterson" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > You could use a macro and write code and have complete control over what
> > you
> > write.
> >
> > Here are three sites that you could steal some code from:
> >
> > Earl Kiosterud's Text Write program:
> > www.smokeylake.com/excel
> > (or directly: http://www.smokeylake.com/excel/text_write_program.htm)
> >
> > Chip Pearson's:
> > http://www.cpearson.com/excel/imptext.htm
> >
> > J.E. McGimpsey's:
> > http://www.mcgimpsey.com/excel/textfiles.html
> >
> > Grant wrote:
> >>
> >> Hello, here's the situation: I downloaded an .xls file from my broker and
> >> opened it in Excel. The original file was delimited by commas and I had
> >> to
> >> choose comma delimited in order for Excel to display it in columns/rows
> >> correctly. I made some changes to the file, then saved it with a new
> >> name.
> >> The problem is, I can find no way to save it as a comma delimited file
> >> again. Saving it as a Workbook places quotes around the commas and
> >> creates
> >> spacing between text (when I view it in Wordpad), and saving it as a Text
> >> File (Tab delimited) does just that--makes it TAB delimited, not comma
> >> delimited. I just need my file to be a comma delimited text file again,
> >> like it was originally. Any ideas?
> >>
> >> Thanks in advance,
> >>
> >> Grant

> >
> > --
> >
> > Dave Peterson


--

Dave Peterson
 
Reply With Quote
 
Grant
Guest
Posts: n/a
 
      28th Mar 2007
Would you care to share exactly WHICH option allows me to save it to .csv?
Because, as I told Bob, when I "Save As," I see no comma delimited option,
only Text (Tab Delimited) and some others. Thanks.

"Dave Peterson" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Actually, there is a "CSV (Comma delimited)(*.csv)" option.
>
> It just doesn't use the same rules as what you want.
>
> (Or your rules don't use the same rules as what MS wants...)
>
> Grant wrote:
>>
>> Thanks Dave, that first one did the trick. What I don't understand is
>> why
>> there simply isn't an option to save as Text-Comma Delimited rather than
>> Text-Tab Delimited. Anyhoo, I got what I need. Thanks again.
>>
>> Grant
>>
>> "Dave Peterson" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>> > You could use a macro and write code and have complete control over
>> > what
>> > you
>> > write.
>> >
>> > Here are three sites that you could steal some code from:
>> >
>> > Earl Kiosterud's Text Write program:
>> > www.smokeylake.com/excel
>> > (or directly: http://www.smokeylake.com/excel/text_write_program.htm)
>> >
>> > Chip Pearson's:
>> > http://www.cpearson.com/excel/imptext.htm
>> >
>> > J.E. McGimpsey's:
>> > http://www.mcgimpsey.com/excel/textfiles.html
>> >
>> > Grant wrote:
>> >>
>> >> Hello, here's the situation: I downloaded an .xls file from my broker
>> >> and
>> >> opened it in Excel. The original file was delimited by commas and I
>> >> had
>> >> to
>> >> choose comma delimited in order for Excel to display it in
>> >> columns/rows
>> >> correctly. I made some changes to the file, then saved it with a new
>> >> name.
>> >> The problem is, I can find no way to save it as a comma delimited file
>> >> again. Saving it as a Workbook places quotes around the commas and
>> >> creates
>> >> spacing between text (when I view it in Wordpad), and saving it as a
>> >> Text
>> >> File (Tab delimited) does just that--makes it TAB delimited, not comma
>> >> delimited. I just need my file to be a comma delimited text file
>> >> again,
>> >> like it was originally. Any ideas?
>> >>
>> >> Thanks in advance,
>> >>
>> >> Grant
>> >
>> > --
>> >
>> > Dave Peterson

>
> --
>
> Dave Peterson



 
Reply With Quote
 
Dave Peterson
Guest
Posts: n/a
 
      28th Mar 2007
It's the one that looks like:

"CSV (Comma delimited)(*.csv)"



Grant wrote:
>
> Would you care to share exactly WHICH option allows me to save it to .csv?
> Because, as I told Bob, when I "Save As," I see no comma delimited option,
> only Text (Tab Delimited) and some others. Thanks.
>
> "Dave Peterson" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Actually, there is a "CSV (Comma delimited)(*.csv)" option.
> >
> > It just doesn't use the same rules as what you want.
> >
> > (Or your rules don't use the same rules as what MS wants...)
> >
> > Grant wrote:
> >>
> >> Thanks Dave, that first one did the trick. What I don't understand is
> >> why
> >> there simply isn't an option to save as Text-Comma Delimited rather than
> >> Text-Tab Delimited. Anyhoo, I got what I need. Thanks again.
> >>
> >> Grant
> >>
> >> "Dave Peterson" <(E-Mail Removed)> wrote in message
> >> news:(E-Mail Removed)...
> >> > You could use a macro and write code and have complete control over
> >> > what
> >> > you
> >> > write.
> >> >
> >> > Here are three sites that you could steal some code from:
> >> >
> >> > Earl Kiosterud's Text Write program:
> >> > www.smokeylake.com/excel
> >> > (or directly: http://www.smokeylake.com/excel/text_write_program.htm)
> >> >
> >> > Chip Pearson's:
> >> > http://www.cpearson.com/excel/imptext.htm
> >> >
> >> > J.E. McGimpsey's:
> >> > http://www.mcgimpsey.com/excel/textfiles.html
> >> >
> >> > Grant wrote:
> >> >>
> >> >> Hello, here's the situation: I downloaded an .xls file from my broker
> >> >> and
> >> >> opened it in Excel. The original file was delimited by commas and I
> >> >> had
> >> >> to
> >> >> choose comma delimited in order for Excel to display it in
> >> >> columns/rows
> >> >> correctly. I made some changes to the file, then saved it with a new
> >> >> name.
> >> >> The problem is, I can find no way to save it as a comma delimited file
> >> >> again. Saving it as a Workbook places quotes around the commas and
> >> >> creates
> >> >> spacing between text (when I view it in Wordpad), and saving it as a
> >> >> Text
> >> >> File (Tab delimited) does just that--makes it TAB delimited, not comma
> >> >> delimited. I just need my file to be a comma delimited text file
> >> >> again,
> >> >> like it was originally. Any ideas?
> >> >>
> >> >> Thanks in advance,
> >> >>
> >> >> Grant
> >> >
> >> > --
> >> >
> >> > Dave Peterson

> >
> > --
> >
> > Dave Peterson


--

Dave Peterson
 
Reply With Quote
 
Grant
Guest
Posts: n/a
 
      28th Mar 2007
I'm such an idiot. I didn't scroll down through the menu. I thought the
five options I mentioned were all there were. Arrgh. Thanks for the help,
anyway.

"Dave Peterson" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> It's the one that looks like:
>
> "CSV (Comma delimited)(*.csv)"
>
>
>
> Grant wrote:
>>
>> Would you care to share exactly WHICH option allows me to save it to
>> .csv?
>> Because, as I told Bob, when I "Save As," I see no comma delimited
>> option,
>> only Text (Tab Delimited) and some others. Thanks.
>>
>> "Dave Peterson" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>> > Actually, there is a "CSV (Comma delimited)(*.csv)" option.
>> >
>> > It just doesn't use the same rules as what you want.
>> >
>> > (Or your rules don't use the same rules as what MS wants...)
>> >
>> > Grant wrote:
>> >>
>> >> Thanks Dave, that first one did the trick. What I don't understand is
>> >> why
>> >> there simply isn't an option to save as Text-Comma Delimited rather
>> >> than
>> >> Text-Tab Delimited. Anyhoo, I got what I need. Thanks again.
>> >>
>> >> Grant
>> >>
>> >> "Dave Peterson" <(E-Mail Removed)> wrote in message
>> >> news:(E-Mail Removed)...
>> >> > You could use a macro and write code and have complete control over
>> >> > what
>> >> > you
>> >> > write.
>> >> >
>> >> > Here are three sites that you could steal some code from:
>> >> >
>> >> > Earl Kiosterud's Text Write program:
>> >> > www.smokeylake.com/excel
>> >> > (or directly:
>> >> > http://www.smokeylake.com/excel/text_write_program.htm)
>> >> >
>> >> > Chip Pearson's:
>> >> > http://www.cpearson.com/excel/imptext.htm
>> >> >
>> >> > J.E. McGimpsey's:
>> >> > http://www.mcgimpsey.com/excel/textfiles.html
>> >> >
>> >> > Grant wrote:
>> >> >>
>> >> >> Hello, here's the situation: I downloaded an .xls file from my
>> >> >> broker
>> >> >> and
>> >> >> opened it in Excel. The original file was delimited by commas and
>> >> >> I
>> >> >> had
>> >> >> to
>> >> >> choose comma delimited in order for Excel to display it in
>> >> >> columns/rows
>> >> >> correctly. I made some changes to the file, then saved it with a
>> >> >> new
>> >> >> name.
>> >> >> The problem is, I can find no way to save it as a comma delimited
>> >> >> file
>> >> >> again. Saving it as a Workbook places quotes around the commas and
>> >> >> creates
>> >> >> spacing between text (when I view it in Wordpad), and saving it as
>> >> >> a
>> >> >> Text
>> >> >> File (Tab delimited) does just that--makes it TAB delimited, not
>> >> >> comma
>> >> >> delimited. I just need my file to be a comma delimited text file
>> >> >> again,
>> >> >> like it was originally. Any ideas?
>> >> >>
>> >> >> Thanks in advance,
>> >> >>
>> >> >> Grant
>> >> >
>> >> > --
>> >> >
>> >> > Dave Peterson
>> >
>> > --
>> >
>> > Dave Peterson

>
> --
>
> Dave Peterson



 
Reply With Quote
 
Bob I
Guest
Posts: n/a
 
      28th Mar 2007
I see in your other post, you "discovered" the rest of your "CSV"
options. You ought to be good to go!

Grant wrote:

> It doesn't give me the option to save as CSV. The only "save as" options
> are: Excel Workbook, XML Spreadsheet, Single File Webpage, Web Page,
> Template, and Text (Tab Delimited). As I said, I tried Workbook and Text.
>
> "Bob I" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>
>>Which "Save As" CSV version did you pick from the drop down box?
>>
>>Grant wrote:
>>
>>
>>>Hello, here's the situation: I downloaded an .xls file from my broker and
>>>opened it in Excel. The original file was delimited by commas and I had
>>>to choose comma delimited in order for Excel to display it in
>>>columns/rows correctly. I made some changes to the file, then saved it
>>>with a new name. The problem is, I can find no way to save it as a comma
>>>delimited file again. Saving it as a Workbook places quotes around the
>>>commas and creates spacing between text (when I view it in Wordpad), and
>>>saving it as a Text File (Tab delimited) does just that--makes it TAB
>>>delimited, not comma delimited. I just need my file to be a comma
>>>delimited text file again, like it was originally. Any ideas?
>>>
>>>Thanks in advance,
>>>
>>>Grant

>>

>
>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 2000 Standard not saving data when saving file D.Watt Microsoft Excel Crashes 0 5th Dec 2007 04:53 PM
saving a workbook, naming it and saving it to a specific path MJKelly Microsoft Excel Programming 2 19th Aug 2007 10:37 PM
C# and EXCEL question saving a file saving the the first column as read only mathieu cupryk Microsoft C# .NET 0 6th Jan 2005 11:19 PM
EXCEL question saving a file saving the the first column as read only Luis Esteban Valencia Microsoft ASP .NET 0 6th Jan 2005 08:02 PM
Saving DataTable to session vs saving a Custom object. John Kandell Microsoft ASP .NET 4 10th Dec 2004 06:08 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:25 AM.