Why are you using a textbox to display this?
Are you expecting the user to be able to change the values?
or is it supposed to be Display Only?
Second,
A Textbox is designed to be single-line.
For multiple lines, you'd use a listbox.
If what you're really after is a dressed-up Msgbox,
I'd use Labels instead.
You can then change the font and forecolor of the label to dress it up.
so.. the question is, how do you want this userform to be USED.
Do you want them to be able to select and/or change the values?