Dim Msg, Style, Title, Response, MyString
'Put something here that fires off the Yes No
If a = b Then
'Message box details
Msg = ("First line of your message" & vbNewLine & _
"Second line of your message"& vbNewLine & vbNewLine & _
"New paragraph")
'Style of...