View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson[_3_] Dave Peterson[_3_] is offline
external usenet poster
 
Posts: 2,824
Default Save CSV as TXT

You can also do File|SaveAs and change to filetype .csv, but type the name of
the file in doublequotes.

"book1.txt"
with Save as type .csv

will work ok.



Tod wrote:

How can I save a worksheet as text file (with a txt
extension) that is comma-delimited?


--

Dave Peterson