View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
NOPIK NOPIK is offline
external usenet poster
 
Posts: 50
Default Nasty intermittent

VBA has tiny stack for nested operators
try to complete condition with END IF to avoid recurcive stack
allocation.