View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default how do I copy specific rows without copying each row individually

for i=1 to 25 step 5
rows(i).copy somewhere
next i

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Chris H" wrote in message
...
I am using Excel 2007. I am trying to copy every 5th row of information
and
there is no specific criteria met in each row. Can anyone help?