Using CapsLock in the MsgBox(VBA)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • manikschumi
    New Member
    • Feb 2008
    • 4

    Using CapsLock in the MsgBox(VBA)

    Hello people (VBA related)
    Some help please. Is there any text formatting that I can do with the text that I want displayed in the MsgBox...bold, a different font and font size is what I am looking for. I have the option of using userforms but I cannot due to certain project restraints.

    Thanks for the help.
  • kadghar
    Recognized Expert Top Contributor
    • Apr 2007
    • 1302

    #2
    Originally posted by manikschumi
    Hello people (VBA related)
    Some help please. Is there any text formatting that I can do with the text that I want displayed in the MsgBox...bold, a different font and font size is what I am looking for. I have the option of using userforms but I cannot due to certain project restraints.

    Thanks for the help.
    Not that i know... but i'll subscribe here, in case anyone else knows the solution

    Comment

    • Killer42
      Recognized Expert Expert
      • Oct 2006
      • 8429

      #3
      No, the MsgBox() function just accepts plain text. If you want to apply formatting to the text I believe you'll have to either create your own equivalent that supports formatted text (which wouldn't be very difficult) or have a look around the web for one that already exists.

      Comment

      Working...