Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Bold Text In Msgbox | Excel Discussion (Misc queries) | |||
How do I bold certain words or letters in a Msgbox in Excel macro | Excel Programming | |||
How to Bold text in MsgBox? | Excel Discussion (Misc queries) | |||
Join bold and non-bold text in one cell | Excel Discussion (Misc queries) | |||
Insert text in bold | Excel Programming |