Try:
"<b>Test</b>" + chr(13)
You would then right click on the formula->format field->paragraph formatting->text interpretation->HTML Text. HTML text is larger, so you might want to add a font size tag also, as in:
"<font size = 3><b>Test</b></font size>" + chr(13)
-LB