If you mean to have VBA manipulate a message box so it displays more than one font on the same message box, like I said, it cannot be done. It'd be a Windows setting which means API, not VBA, the code for which I have not seen, and if it's do-able (which maybe it is using API), it wouldn't be worth the effort. A userform would be a better bet, much easier to use a label control for each font style, making it pretty much zero on the VBA challenge scale.