View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
RyGuy RyGuy is offline
external usenet poster
 
Posts: 73
Default Copy (A2:A26) paste, offset one cell, do it again. Loop 256 tim

I am trying to figure out a way to take a range (A2:A26) and copy/paste it
into range (D55:D79) then offset one cell down, then do it again, so
(A2:A26) copy/paste to (D81:D105) and so on and so forth. I want it to
run 256 times.

I am looking for a sample of code that I thought I had somewhere in my
library, but cant seem to find it now. Any ideas?

Thanks,
Ryan--