A
azu_daioh
I'm trying to figure out how I could increase the size of the text in
my MsgBox. Please help!
Sub popupres1()
Msg = "System Indicators are...." & Chr(13) & Chr(13) & "example
1..."
Style = vbInformation
Title = "Training Objective #1"
Response = MsgBox(Msg, Style, Title)
End Sub
I want the value of Msg to display in larger font. I would also like
to set some of the words underlined and bold? Any help is greatly
appreciated.
Thank you,
Sharon
my MsgBox. Please help!
Sub popupres1()
Msg = "System Indicators are...." & Chr(13) & Chr(13) & "example
1..."
Style = vbInformation
Title = "Training Objective #1"
Response = MsgBox(Msg, Style, Title)
End Sub
I want the value of Msg to display in larger font. I would also like
to set some of the words underlined and bold? Any help is greatly
appreciated.
Thank you,
Sharon