Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I would like to format some text in a message box and was wondering if that
would be possible ie: msgbox "Please select Country to view",vbokonly,"Test Message" make the word country bold thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
It is not a normal facility of Excel or VBA to format message box text. If
it is done, it has to be done through the Windows platform and that means all message boxes in all files will have that format. I would suggest using a lable on a UserForm to do what you want. "Nigel" wrote: I would like to format some text in a message box and was wondering if that would be possible ie: msgbox "Please select Country to view",vbokonly,"Test Message" make the word country bold thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need help with converting CUSTOM format/TEXT format to DATE format | Excel Worksheet Functions | |||
Format font of text in a message box | Excel Programming | |||
Format results in Message Box | Excel Discussion (Misc queries) | |||
#N/A message & Conditional format | Excel Discussion (Misc queries) | |||
Format Macro Message Box | Excel Programming |