Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there a way to make the font bold when it appears in the msgbox? It seems
any verbage I write in VBA to pop up in Excels message box is always the same. It would be nice if we could choose the background color of the messagebox itself as well like you can change the color of font on buttons in Windows and even select the color of Windows pop up boxes. -- He4Giv (Dick) |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
No. I've seen a few replacements of the msgbox somewhere with added
functionality. Trawl the archives on google and you might find something. Alternatively, build your own form. You can always change the icon with vbcritical or vbinformation if you want to make a point though. Robin Hammond www.enhanceddatasystems.com "He4Giv" wrote in message ... Is there a way to make the font bold when it appears in the msgbox? It seems any verbage I write in VBA to pop up in Excels message box is always the same. It would be nice if we could choose the background color of the messagebox itself as well like you can change the color of font on buttons in Windows and even select the color of Windows pop up boxes. -- He4Giv (Dick) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Changing Font color based on font type or size | Excel Discussion (Misc queries) | |||
Changed default font, previous font still shows when editing | Excel Discussion (Misc queries) | |||
Changed default font, previous font still shows when editing | Excel Discussion (Misc queries) | |||
change display font to actual selected font | Excel Discussion (Misc queries) | |||
Specify font for MsgBox display? | Excel Programming |