I made this for someone who is trying to learn VBA and was struggling to get the format they wanted for message boxes. Maybe some other people will find a use for it too so I thought I would post it here. Enjoy
Here's what the userform looks like:
[ATTACH=CONFIG]62567[/ATTACH]
And here's the .frm/.frx files to import to the VBE. Note that the ShowModal setting is set to False by default to allow the user to copy & paste the code into a module without any bother.