msgbox formatting

J

Jeff

Hi All,

I have some messagebox alerts that pop up for various reasons.

I'd like to color code the text for each type of alert.

Input wrong,
Field required,
Advice

Any ideas of how to change the font color and size?

Thanks in advance,

Jeff
 
V

Van T. Dinh

Create your own PopUp Form with Labels of different colours / fonts rather
than the MsgBox.
 
Top