Format Macro Message Box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
(e-mail address removed)
 
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 said:
Is it possible to format message in Message Box, so that message or a
word in Bold or different colors?
 
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?
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top