Dressing up a MsgBox

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

Is there a way to change font sizes, font colors, and font weights on a
msgbox? I know I can create a pop-up form that looks and acts like a msgbox,
but it would be alot easier not to have to do that.

Thanks!
MAB
 
FYI...you can still create message boxes with bold text. Example:

Eval("Msgbox('This is bold.@@This is not bold.',64,'I''m Bold')")
 
Back
Top