VBA MsgBox() Text

G

gkelle

Is it possible to change the font or make the text bold when using th
MsgBox function? Where is it picking up the default text to use?
I know I could create my own form as an alternative
 
F

Frank Kabel

Hi
you can't change this for the message box. If you want control over
formats you may create your own userform
 
Top