View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ronald Cayne Ronald Cayne is offline
external usenet poster
 
Posts: 12
Default Copy & Paste+Offset

Want to copy data in Sheet1 a1:j1 Copy and paste Values
to Sheet 2 A1:j1


When Macro is rerun 1 want to copy the data Sheet1:a1:j1
to Sheet 2!a2:j2(Values only)

Each time I want to add the data from line 1 sheet 1 to the next
unoccupied line in Sheet 2

Ron