Change Message Box heading

N

Nikki

Good morning!

Ive inserted a few macros to create message boxs in my ppt. When I run the
macros, there is a heading that says "Microsoft PowerPoint" in each one.

How do I change the heading that appears from "Microsoft PowerPoint" to
something else such as "Summary Report" and "Genration Report"?

Please see the following:

Sub SumRprt()
MsgBox ("Provides a summary list reports based on their occurrence date
and any other specified criteria.")
End Sub

Sub GenRprt()
MsgBox ("Provides a summary list of generated reports based on the
occurrence date and any other specified criteria.")
End Sub

Thanks in advance!
 
N

Nikki

Thank you for all your help....it works great!

:)

"> Call MsgBox("Test", , "Your Message Here")
 
Top