View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JLGWhiz[_2_] JLGWhiz[_2_] is offline
external usenet poster
 
Posts: 1,565
Default Changing font for msgbox

Just a note to GS response. If you use the Appearance dialog box to change
the font for the message box, you should be aware that it changes it for
every application on every appearance. The message box is part of the
Windows application, not just Excel.


"Gary''s Student" wrote in message
...
Easy.

Right-click anywhere on the Desktop and:

Properties Appearance Advanced Message Box and then pick the font,
size, color, etc.


Then a bunch of O.K.'s
--
Gary''s Student - gsnu200905


"jeff" wrote:

Is it possible to change the font of a msgbox? I have one that will
show text plus a cell value. I've tried changing the font of the cell,
but it doesn't change it when it's in the msgbox. I've looked in Help,
and in past posts, but cannot find anything on it. Maybe it can't be
done in VBA.
Thanks
j.o.