Msgbox multi line?

Do you need something made? then ask in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
3 posts Page 1 of 1
Contributors
User avatar
hungryhounduk
VIP - Site Partner
VIP - Site Partner
Posts: 2870
Joined: Mon Jul 27, 2009 11:58 am

Msgbox multi line?
hungryhounduk
Hi all
When i add a Msgbox with code, How do i get the message that i write to appear as Multiline, Rather than have one long Message?

:?: Is there a way to say shortern my Message and then add another message below the first line?

so that it appears like this below in one MsgBox

blah blah blah blah
blah blah blah blah
blah blah blah blah
blah blah blah blah

**If that makes any sense** ;)

Chris
Image
User avatar
Nery
Co-Admin Moderator
Co-Admin Moderator
Posts: 1117
Joined: Mon Sep 07, 2009 8:11 pm

Re: Msgbox multi line?
Nery
Code: Select all
MsgBox("First Line" + vbNewLine + "Second Line" + vbNewLine + "Third Line")
;)
User avatar
hungryhounduk
VIP - Site Partner
VIP - Site Partner
Posts: 2870
Joined: Mon Jul 27, 2009 11:58 am

Re: Msgbox multi line?
hungryhounduk
Hi Nery
Thanks for that :)
Image
3 posts Page 1 of 1
Return to “Tutorial Requests”