Can I change look of MSGBOX

T

ThomasAJ

I want to highlight messages as in some areas there are potentially so many
that user's eyes tend to glaze over. (It would take too long to explain
exactly the reasons behind it.)

So is there a way to change say the background color or the font or the ...
for a msgbox.
 
A

Albert D.Kallal

Perhaps you can just build your own form that looks like a msgbox. If you
open the form in dialog mode, then the calling code will wait just like it
does for the msgbox command....
 
T

ThomasAJ

Yes I could but I would love to just use an API and set a couple of bits
every now and then.
 
Top