Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All,
I want to create a comma-delimited file so that it can be opened in Excel. However, since some items contain comma, I fear that they may be split into separate columns because it's comma-delimited. Any suggestion to not to split a single item that contains comma? Thanks! -Emily |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() could ou make it tab separated file instead of a csv? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() stevebriz wrote: could ou make it tab separated file instead of a csv? If not csv, what file extension (type) shall I save it as? I tried using tabs and saved as csv, it seems that they show in squares in the Excel file and all of them are in a single cell. -Emily |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() "Emily" wrote in message oups.com... Hi All, I want to create a comma-delimited file so that it can be opened in Excel. However, since some items contain comma, I fear that they may be split into separate columns because it's comma-delimited. Any suggestion to not to split a single item that contains comma? Thanks! -Emily Makes no sense to create a comma delimited file while the data contain commas. Use another delimiter. Joerg |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Enclose any values with commas in quotes.
23,45,"A comma, here",hjk,89 Tim "Emily" wrote in message oups.com... Hi All, I want to create a comma-delimited file so that it can be opened in Excel. However, since some items contain comma, I fear that they may be split into separate columns because it's comma-delimited. Any suggestion to not to split a single item that contains comma? Thanks! -Emily |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Tim! You have solved my problem!
-Emily |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
create a ASCII semi-colon or comma delimited file | Excel Worksheet Functions | |||
Saving multi-tab excel file created from comma delimited text file | Excel Programming | |||
Create a form to open a comma delimited file | Excel Discussion (Misc queries) | |||
How can I save a file as a comma-delimited text file in Excel? | Excel Discussion (Misc queries) | |||
how do I create comma and double quote delimited file | Excel Discussion (Misc queries) |