View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Ardus Petus Ardus Petus is offline
external usenet poster
 
Posts: 718
Default End Sub, End complete procedure

You can use End instruction
(Just End; not End Sub or End Function)
That will exit all code.

HTH
--
AP

"BEEJAY" a écrit dans le message de news:
...
Have stumbled on the fact that I can use "end sub" (with message box) if
that
process is not to continue.
I have other message boxes that are to exit the complete procedure, which
consists of 12+ "call" routines.
How do I "cancel" the balance of the routine OR jump to the end of the
routine?