View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] carlos_ray86@hotmail.com is offline
external usenet poster
 
Posts: 67
Default For next loop and copy and pasting VBA

I'm trying to do a copy and paste. However, I need the paste to paste
in a different row so they don't overlay. Ihave been trying to do for
loops so the the loop would cause the row number to change (i.e. A3 A4
A5). But no success. Please help.