Thread: Pop-up
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Charlie Charlie is offline
external usenet poster
 
Posts: 703
Default 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