View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Exit Sub Question

Use End to terminate the application.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Andibevan" wrote in message
...
Hi All,

I have a macro called Macro 1 and within Macro 1 it calls Macro 2

Is it possible to stop all the running macros (i.e. 1 & 2) from within the
code for Macro 2?

Essentially stop all running macros.

Thanks

Andi