Thread: Font in MsgBox?
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
JLGWhiz JLGWhiz is offline
external usenet poster
 
Posts: 3,986
Default Font in MsgBox?

True, but that changes ALL Message Boxes, not just the one in that procedure.

"James Cone" wrote:


"But, which font is used in the MsgBox???
Where to find it?
Maybe someone even know where to change it?"
'--
Right-click the desktop (windows XP)
Appearance tab
Advanced button
Item dropdown
--
Jim Cone
Portland, Oregon USA
PS: I don't like your font choice <g




"Charlotte E."
<@ wrote in message
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