View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
tony h[_95_] tony h[_95_] is offline
external usenet poster
 
Posts: 1
Default exit all subs? (from embedded sub)


You might like to consider raising an error using eg err.raise 513 (513
is the start of the userdefined errors) and then you can trap this
however far up the call-stack you want to go.

It may give you a more controlled process

regards


--
tony h
------------------------------------------------------------------------
tony h's Profile: http://www.excelforum.com/member.php...o&userid=21074
View this thread: http://www.excelforum.com/showthread...hreadid=530511