How do I create a msgbox with a line feed between lines ie
msgBox "welcome to this Spreadsheet. Hit ok to continue"
so the text show in 2 lines
How do I create a msgbox with a line feed between lines ie
msgBox "welcome to this Spreadsheet. Hit ok to continue"
so the text show in 2 lines
Nigel,
Try this
msgbox "Line 1" & vbcrlf & vbcrlf & "Line 2"
Robin Hammond
www.enhanceddatasystems.com
"Nigel Bennett" <nigelben@yahoo.com> wrote in message
news:14ed01c514b9$1503e810$a601280a@phx.gbl...
> How do I create a msgbox with a line feed between lines ie
>
> msgBox "welcome to this Spreadsheet. Hit ok to continue"
>
> so the text show in 2 lines
Thanks, that worked perfectly
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks