If MsgBox(" Feel free to use this big white space in the message to
state your question. If you wish a message box example, tell us what
you want to say and what result you would like, if any, from the
message box response.",vbYesNo+vbExclamation+vbDefaultButton2) = vbYes
Then
MsgBox "If this is a school homework assignment, perhaps the person to
address this question to is your instructor." vbOKOnly
End If