View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
avveerkar[_50_] avveerkar[_50_] is offline
external usenet poster
 
Posts: 1
Default Multiple lines in single cell


Make it
Range("A1")= String1 & CHR$(10) & String2 ( it is CHR$ not CHR )

A V Veerkar


--
avveerkar
------------------------------------------------------------------------
avveerkar's Profile: http://www.excelforum.com/member.php...o&userid=30338
View this thread: http://www.excelforum.com/showthread...hreadid=510524