Thread: Kill Macro
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Jeff Jeff is offline
external usenet poster
 
Posts: 921
Default Kill Macro

Hi,

I am running a macro and want to put in an option where the program stops
under certain conditions

IF (statement=true) then stop the macro

I was using "Exit Sub" but this just kicks it out of the sub(), not the
entire macro. Is there a way to end the entire macro?

Thanks for your help!