Changing the font weight and color in VBA message

A

Alp Bekisoglu

Hi Experts,

Would it be possible to change the weight and/or the color of the text in a
message box via code, i.e. using vbRed?

Thanks in advance,

Alp
 
D

Douglas J. Steele

Nope, not possible. To get such changes, you'll have to create your own form
and use it instead of the message box.
 
Top