msgbox question

  • Thread starter Thread starter Becky
  • Start date Start date
B

Becky

hi: Is there a way to have part of the text in a msgbox BOLD. In..

MsgBox "The " & cboRegion.Column(3) & " Region is not eligible."

.... I'd like the value of cboRegion.Column(3) to be BOLD and the rest of
the text to have NORMAL weight.
Thanks, Becky
 
Nope.

You could always create a form and call it instead. With a form you would
have a lot more control and it could permit you to do fancier formatting.
--
Hope this helps,

Daniel Pineault
http://www.cardaconsultants.com/
For Access Tips and Examples: http://www.devhut.net
Please rate this post using the vote buttons if it was helpful.
 

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