View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Sharon[_3_] Sharon[_3_] is offline
external usenet poster
 
Posts: 1
Default clear data in a macro

I have a macro that runs and copies data from one set of
cells (ie A1:E1) and pastes it at the bottom of a list
(let say its at G20:K20). It does so correctly. Then
when I change the data at A1:E1 and run my macro again,
it should paste it at G21:K21 but instead it pastes it
both at G20:K20 AND G21:K21. Then the next time it does
G20:K20 AND G21:K21 AND G22:K22. What statement do I
need to put in to stop this from happening?

Thanks, Sharon