View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default halt a subroutine question

The stopping condition would have to be written into the called routine.


Gord Dibben MS Excel MVP

On Sun, 28 Dec 2008 19:03:16 -0000, "teepee" wrote:


In the same way that you can start a second sub from within a sub by using
the command

call mymacro

is there a corresponding command to then stop that subroutine?

Should be obvious but I'm struggling with the answer