View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Salim Salim is offline
external usenet poster
 
Posts: 4
Default filling every tenth row

I have data on wrksht(A) and need to copy to wrksht(B).
wrksht(a)A1 to A1 on wrksht(B)
wrksht(a)A2 to A11 on wrksht(B)
wrksht(a)A3 to A21 on wrksht(B)
wrksht(a)A4 to A31 on wrksht(B)
and so on.

Help!!