You can't change the font used in a MsgBox. This limitation is one of the
prices you pay for the simplicity of a MsgBox. If you need to change the
font, you need to create a UserForm and display that form instead of using a
MsgBox.
Or if you want change the default font for message box in the display
properties in your Windows control panel
Chip Pearson said:
You can't change the font used in a MsgBox. This limitation is one of the
prices you pay for the simplicity of a MsgBox. If you need to change the
font, you need to create a UserForm and display that form instead of using a
MsgBox.
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.