Pop-up
If MsgBox("Delete cells?", vbOKCancel) = vbCancel Then Exit Sub
" wrote:
I have a Macro that Deletes cells and converts Formulas to Value, I
want to add a line that when this macro is ran it will give a pop up
message and a person will be able to "cancel" to stop and do not run
the Macro or "ok" to continue.
Thanks
|