Thread: Recursive Subs?
View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
Doug Broad[_3_] Doug Broad[_3_] is offline
external usenet poster
 
Posts: 14
Default Recursive Subs?

;-)
That's an illustration of what can go wrong if the recursive
algorithm is poorly designed.

loop, infinite - see infinite loop
infinite loop - see loop, infinite


"Vic Eldridge" wrote in message m...
Can someone explain to me what recursive subs do.


To define recursion, we must first define recursion...