View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ladyhawke ladyhawke is offline
external usenet poster
 
Posts: 23
Default Add Line break to string for Excel (using c#)

Would Char(13) equal soft line break? That is whats needed here... If I
insert Char(10) it will change line in the comma seperated file
(thereby initializing a new dataline (not wanted))