msgbox vb

topic_context = 100
Response = MsgBox("message", vbYesNo Or vbCritical Or vbDefaultButton2, "Title", "Help path", topic_context)
MightyK24