Thread: For loop
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Harish Harish is offline
external usenet poster
 
Posts: 35
Default For loop

hi,

I am looking for a formula that would give me a for loop. you can also
give me a code in VB too..

This is what I am looking for in the for loop.

i=0, j=0, k=0
i=0, j=0, k=1
i=0, j=0, k=2
i=0, j=0, k=3

i=0, j=1, k=0
i=0, j=1, k=1
i=0, j=1, k=2
i=0, j=1, k=3

and so on.....

any ideas?