Thread: CSV
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default CSV

CSV means Comma Separated Values

Instead, save as TXT file with your choice of de-limiter using Chip
Pearson's code.

http://www.cpearson.com/excel/imptext.aspx


Gord Dibben MS Excel MVP

On Thu, 15 Jan 2009 12:59:02 -0800, JimHeavey
wrote:

Is there a way to change the delimiter character when you tell excel to save
a file in the .csv format? I am working with Excel XP version.

Thanks in advance for your assistance.