Msgbox Color change

K

katz

Hello All,
Is there a way to change the color of the Msgbox dialog box?
I would like to differentiate between two messages.
Thanks
Abe
 
N

Nicholas Scarpinato

I don't think there is a way to do it with msgboxes, and it's easy enough to
do with a single form that you can just change as needed via code.
 
Top