View Single Post
  #9   Report Post  
Posted to microsoft.public.excel.programming
Degsyb Degsyb is offline
external usenet poster
 
Posts: 5
Default Msgbox w/ multi-lines

Use vbcr for carriage return or vbcrlf to put in a line feed.

Chr(13) does not always work however trhe vb constants do

On Sat, 9 Oct 2004 05:04:13 -0700, "Soniya"
wrote:

Hi John

MsgBox "Line1" & Chr(13) & "line2" & Chr(13) & "Line3"


-----Original Message-----

By using "Msgbox", I want to have multi-lines in 1 msg-

box. Is this
possible? Please help. Thanks.

John


--
jt46
---------------------------------------------------------

---------------
jt46's Profile: http://www.excelforum.com/member.php?

action=getinfo&userid=15154
View this thread:

http://www.excelforum.com/showthread...hreadid=267861

.