PC Review


Reply
Thread Tools Rate Thread

Bold text in MsgBox

 
 
Francis Hookham
Guest
Posts: n/a
 
      7th Apr 2008
Sub MsgTest()
StartMessage = MsgBox("Can this line of text be bold" _
& vbNewLine & "while other lines are plain" _
& vbNewLine & "and others italic?" _
& vbNewLine & " " _
& vbNewLine & "Is it possible for a word within a line to be bold?"
_
& vbNewLine & " " _
& vbNewLine & "Thank you" _
& vbNewLine & " " _
& vbNewLine & "Francis Hookham" _
, 64, "Bold query")
End Sub


 
Reply With Quote
 
 
 
 
Jim Cone
Guest
Posts: n/a
 
      8th Apr 2008

No, you can use upper case/lower case characters, but that is all the
formatted allowed to the font in a MsgBox.
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware
(Excel Add-ins / Excel Programming)


"Francis Hookham" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
Sub MsgTest()
StartMessage = MsgBox("Can this line of text be bold" _
& vbNewLine & "while other lines are plain" _
& vbNewLine & "and others italic?" _
& vbNewLine & " " _
& vbNewLine & "Is it possible for a word within a line to be bold?"
_
& vbNewLine & " " _
& vbNewLine & "Thank you" _
& vbNewLine & " " _
& vbNewLine & "Francis Hookham" _
, 64, "Bold query")
End Sub


 
Reply With Quote
 
Francis Hookham
Guest
Posts: n/a
 
      8th Apr 2008
Thanks Jim - what a pity - it would be helpful to be able to emphasise text
occasionally without having to capitalise which I don't like to use.



Best wishes

Francis

"Jim Cone" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>
> No, you can use upper case/lower case characters, but that is all the
> formatted allowed to the font in a MsgBox.
> --
> Jim Cone
> San Francisco, USA
> http://www.realezsites.com/bus/primitivesoftware
> (Excel Add-ins / Excel Programming)
>
>
> "Francis Hookham" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> Sub MsgTest()
> StartMessage = MsgBox("Can this line of text be bold" _
> & vbNewLine & "while other lines are plain" _
> & vbNewLine & "and others italic?" _
> & vbNewLine & " " _
> & vbNewLine & "Is it possible for a word within a line to be bold?"
> _
> & vbNewLine & " " _
> & vbNewLine & "Thank you" _
> & vbNewLine & " " _
> & vbNewLine & "Francis Hookham" _
> , 64, "Bold query")
> End Sub
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Bold Text In Msgbox FARAZ QURESHI Microsoft Excel Misc 2 10th Apr 2009 08:26 AM
How to Bold text in MsgBox? donoteventry;removes;pam@ameritech.net Microsoft Excel Misc 1 29th Jul 2006 04:24 AM
Bold text in MsgBox control =?Utf-8?B?Z2Vub2pvZQ==?= Microsoft VB .NET 2 24th Jul 2006 09:45 PM
Make text in MsgBox Bold? Vanessa Microsoft Access 9 7th Nov 2003 11:31 PM
MsgBox Bold text Al Camp Microsoft Access Getting Started 2 27th Oct 2003 10:47 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:00 PM.