Thread: Font in MsgBox?
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default Font in MsgBox?

Charlotte,


Use a userform for your message box and you can control everything.

Mike

"Charlotte E." wrote:

I know there no way to directly change the font used in a MsgBox, but I
figure there might be a workaround?

Someway of reading the font currently being used (some system setting?)
Then set a new font, and show MsgBox.
And, finally set the system font back...

But, which font is used in the MsgBox???
Where to find it?
Maybe someone even know where to change it?


PS: The font I want to use it "Lucida Console", if that helps...


TIA,

CE