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
|