Thread: msgbox
View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default msgbox

MsgBox "cost id = """"" & vbLf & "linkno = """""


Gord Dibben MS Excel MVP

On Fri, 15 Feb 2008 13:14:00 -0800, ranswert
wrote:

How do I get a msgbox to have to text stacked instead of in a line?
for example have

'costid = ""
linkno = ""

in the msgbox instead of

cost id = "" linkno = ""

Thanks