Is it possible to format the text in a message box

N

Nigel

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
 
J

JLGWhiz

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.
 

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

Top