View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Barb Reinhardt Barb Reinhardt is offline
external usenet poster
 
Posts: 3,355
Default For next loop and copy and pasting VBA

Post what you have so far and I'm sure someone can assist.

" wrote:

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.