Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi, try:
If vbCancel = MsgBox("Continue process?", vbOKCancel, "Process") Then MsgBox "Process cancelled" Exit Sub 'Process cancelled End If MsgBox "Process continuing" Regards, Sebastien "Qaspec" wrote: I'd need to insert an option on my macro where if yes is selected the macro will keep running. If cancel is selected the macro will stop and no changes are made. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
MsgBox | Excel Discussion (Misc queries) | |||
msgbox | Excel Discussion (Misc queries) | |||
MsgBox | Excel Programming | |||
MsgBox Help! | Excel Programming | |||
msgbox | Excel Programming |