Share via

Changing message box font

Anonymous
2015-12-29T18:35:53+00:00

Is it possible to specify (in Visual Basic) the font (or other text properties) of the text displayed in a message box (MsgBox(Prompt, ...))?

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

2 answers

Sort by: Most helpful
  1. HansV 462.6K Reputation points
    2015-12-29T20:09:20+00:00

    The font used in MsgBox is a Windows property, if you change it, it would affect a lot the font of all messages in Windows.

    You could create a userform to be used as a message box.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2016-01-01T13:16:05+00:00

    Was this answer helpful?

    0 comments No comments