View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
mangesh_yadav[_236_] mangesh_yadav[_236_] is offline
external usenet poster
 
Posts: 1
Default new line character in cell


Use:
Cells(1, 1).Value = "Hello" + Chr(10) + "World"

Mangesh


--
mangesh_yadav
------------------------------------------------------------------------
mangesh_yadav's Profile: http://www.excelforum.com/member.php...o&userid=10470
View this thread: http://www.excelforum.com/showthread...hreadid=375150