Hello,

I created a userform that will pop-up in the middle of a pocess once a duplicated record is found on the sheet. This userform will prompt the user to either cancel or continue with the duplicated record. To continue is easy, i simply unload the form; however stopping the process is proving to be a bit more difficult. If i unload the form the process continues, how can i code the cancel button i created on the form that once pressed it stops all the macros that was running on the sheet?

The usform is simple, it has two buttons, one to continue, one to cancel (that should stop the already running process).

Kindly assist if possible thank you.