Dialog Box

Dialog Box

Hi there,

I'm trying to add a dialog box with vba to confirm that a certain action is about to happen and it just produce me a regular message box.

The code:
If MsgBox("Delete this Row?", vbYesNo, "Confirm") = vbYes Then

Thoughts?

Thanks,
O-Ren