Dressing up a MsgBox

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
 
P

Paul Overway

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

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top