anmck
02-18-2009, 08:35 AM
Hi there,
I checked in the help files, but I couldn't get how to format the text as it should appear in a msgbox. For now, the code is:
(...) MsgBox("Text1 Text2", vbYesNo) (...)
But the text appears like this when the box is prompted: (Obviously!)
Text1 Text2
I would like to format it so that it appears as follow, and justified:
Text1
Text2
What is the function for this?
Thanx a lot!
I checked in the help files, but I couldn't get how to format the text as it should appear in a msgbox. For now, the code is:
(...) MsgBox("Text1 Text2", vbYesNo) (...)
But the text appears like this when the box is prompted: (Obviously!)
Text1 Text2
I would like to format it so that it appears as follow, and justified:
Text1
Text2
What is the function for this?
Thanx a lot!