View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
jlclyde jlclyde is offline
external usenet poster
 
Posts: 410
Default Refresher on for Next Loops

On May 20, 10:16*pm, jlclyde wrote:
I have a column of data. *Most of the cells are blank, but the ones
that are not I would like to Offset(2,2) and paste the formula from
Q4. *I would like to do this a bunch of times and was thinking for
next and loop it. *If there is an easier way I woudl be all ears.

Thanks,
jay


I ahve figured out my loops. It took me a while, but I got there.
Jay