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.