Thread: msgbox Question
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
dok112[_53_] dok112[_53_] is offline
external usenet poster
 
Posts: 1
Default msgbox Question


I am having a serious lapse of knowledge right now...

How do I make a msgbox have multiple lines of text instead of one
ongoing line.

ex.
msg = "Q1: ------------------------------" & _
"Q2: ------------------------------"
style = vbokonly
title = Test"

msgbox msg, style, title

When I do this, I get Q1: ----------------- Q2:---------------- and I
need them on 2 lines.


--
dok112
------------------------------------------------------------------------
dok112's Profile: http://www.excelforum.com/member.php...o&userid=10581
View this thread: http://www.excelforum.com/showthread...hreadid=479281