View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Derrick Derrick is offline
external usenet poster
 
Posts: 133
Default calling cells in for-loops

whats the code that will allow me to select the row that the for loop is
currently on.. eg, if the loop starts at 1 goes to 5, and is currently
working on row 2,
i want to be using cell (column, 2) in my calcs..
thanks