Can I ask my user for confirmation before executing the macro?

Submitted by: Administrator
Sub AskAndDo()
If MsgBox("Are you sure ?", vbYesNo + vbQuestion) = vbNo _
Then Exit Sub
'Code goes here instead of
MsgBox "Actions here"
End Sub
Submitted by: Administrator

Read Online Microsoft Excel Job Interview Questions And Answers