View Single Post
  #1   Report Post  
RV
 
Posts: n/a
Default How do I get carriage returns to not be row delimiters in text fi.

I am trying to import a text file in which the user has entered carriage
returns for a field. When I import it into Excel, Excel is considering the
carriage return as a row delimiter. I am creating this text file from a .NET
program and would like that program to have to enter whatever special
characters Excel might need to interpret these returns as <ALT<ENTER and a
newline in a cell and not as a new row. Thanks for your help.