View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
StargateFanFromWork[_3_] StargateFanFromWork[_3_] is offline
external usenet poster
 
Posts: 77
Default Another to get hard returns in instead of: " & Chr(10) & "

"Rick Rothstein (MVP - VB)" wrote in
message ...
Use vbCr instead of Chr(10) to create a hard return.


I think you meant to type vbLf , not vbCr.

Rick


Oh, there. That _does_ work. Better than what I tried. I get the carriage
returns but no boxes. Yeay!! :oD