Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|