View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Fred Fred is offline
external usenet poster
 
Posts: 59
Default Out of stack space problem

Doh, stupid strikes again !

It was because of the Range (..).Select statements, moving to a
different cell and causing a re-invocation of the code. Remove them
and all works fine.

Apologies for the "multiple posts", another network glitch.

Regards
Fred