View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
erikhs[_15_] erikhs[_15_] is offline
external usenet poster
 
Posts: 1
Default Help with "double" loop!


Hi,

I would like to make a loop that fills a cell with a formul
vertically(column index), and then when it reaches the max boundary fo
i(Last specified cell in i) it should 'jump' down a row and begin at th
same column as before. This should be repeated until j(or row index) i
max.
I was thinking something like:

For j = 1 to x
..........
For i = 1 to y
....................
Next i
...........
Next j

However i can't get this to work. Any help will be really appreciated

--
erikh
-----------------------------------------------------------------------
erikhs's Profile: http://www.excelforum.com/member.php...fo&userid=3278
View this thread: http://www.excelforum.com/showthread.php?threadid=56509