View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Peter Grebenik Peter Grebenik is offline
external usenet poster
 
Posts: 12
Default Unloading userforms

If you examine the call stack (go into debug mode then use Ctrl-L) you
will see that the problem is not with loading and unloading the forms,
but because your "a" and "b" procedures get called recursively and
never terminate.

Peter Grebenik