Home |
Search |
Today's Posts |
#9
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks - this gives me something to work on :-)
Jim Thomlinson wrote: If all you are looking to do is to align text use vbTab to align the text... msgBox "This" & vbtab & "1234" & vbcrlf & "Thing" & vbtab & "456" Yeps, but as stated, I just wanted to change the font temporary, since I figured it was a system setting.... Yeps, a userform could do the trick, but if is just some quick feedback, I really think a userform is shooting birds with a cannon :-) Unfortunately MsgBox cannot really allign feedback, unless you use a fixed width font, like Lucida Console. But, temporary changing the font probably need an API function? And, I'm not really into that part of programming.... :-( Can anyone help? TIA, CE JLGWhiz wrote: 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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Change font size in Msgbox or Inputbox | Excel Programming | |||
how do i change font size in msgbox | Excel Programming | |||
MsgBox Font Size change | Excel Programming | |||
MsgBox Font | Excel Programming | |||
Specify font for MsgBox display? | Excel Programming |