View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ANton Petrov ANton Petrov is offline
external usenet poster
 
Posts: 1
Default copying cells at a specific interval

Hello,
I have a row of 12 000 cells, but i want to use just every 4th cell, for
example:
A1
A2
A3
A4
A5
A6
A7
A8
A9
A10
A11
A12
A13

form that row i need just need A1, A4, A8, A12
How can i copy every 4th cell into another row? Or whatever solution to the
problem you offer
could you help me with this?
Thanks