View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
CMD
 
Posts: n/a
Default macro for pasting

Hi. I want to paste a list from 1 worksheet to another. The catch is the
list I am copying from is consecutive (row 1, row 2, row 3, etc..). I want
to paste it such that it skips 2 rows. So the list will be pasted in row 1,
row 4, row 7, etc. Thanks.