ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Format Macro Message Box (https://www.excelbanter.com/excel-programming/296626-format-macro-message-box.html)

rleonard

Format Macro Message Box
 
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 line

thanks
Bob Leonar


Frank Kabel

Format Macro Message Box
 
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



Stuart[_14_]

Format Macro Message Box
 
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

.


rleonard[_2_]

Format Macro Message Box
 
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


All times are GMT +1. The time now is 09:02 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com