View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Nikki Nikki is offline
external usenet poster
 
Posts: 184
Default Code to stop a Macro

but what if I want it to resume after exiting?

"Lars-Åke Aspelin" wrote:

On Fri, 2 Jan 2009 09:40:01 -0800, Nikki
wrote:

Can anyone please tell me what code would work to stop a Macro when updating
multiple sheets? I have about 12 sheets and only need 8 updated every month;
the other 4 are only required to be updated every 3 months.

Thanks


Try this:

Exit Sub

Hope this helps / Lars-Åke