View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
jutlaux jutlaux is offline
external usenet poster
 
Posts: 22
Default Exit All Sub Command?

I have a sub routine called "Main" that calls routine "FindIt". Within
"Findit" I have some I am looking for arouse things. If I don't find it I
want to exit out not just "Findit", but also "Main". Is there an simple way
(one command) to do this besides setting a flag in "Findit" and checking it
in "Main"?