View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
C. Corodan C. Corodan is offline
external usenet poster
 
Posts: 9
Default Running a For function in a For function

Hello,

I have a For function executing a loop. Inside this function, before it is
completed, I want to launch a new For function for a different loop.

Any ideas?