Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Bob
you can't do this with the standard message box. You have to create you own userform -- Regards Frank Kabel Frankfurt, Germany "rleonard" schrieb im Newsbeitrag ... Is it possible to format message in Message Box, so that message or a word in Bold or different colors? Break message so that it appears on 2 lines thanksl Bob Leonard |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You can easily split the message to appear on multiple
lines, but you can't control bolds, etc. To make it appear on 2 lines you can do this: msgbox "hello" & chr(10) & "there" Stuart -----Original Message----- Is it possible to format message in Message Box, so that message or a word in Bold or different colors? Break message so that it appears on 2 lines thanksl Bob Leonard . |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Frank
To create my own userform in a Macro, what would the code be in Macro with questio If OK,press Ok; Oherwise press cancel if ok is pressed will rum application_prin Thank Bob Leonard |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Message box date format macro help | Excel Worksheet Functions | |||
Message box date format macro help | Excel Worksheet Functions | |||
Format results in Message Box | Excel Discussion (Misc queries) | |||
#N/A message & Conditional format | Excel Discussion (Misc queries) | |||
Number format in a message | Excel Programming |