View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default adding data to existing data and replacing old one in excel?

Range("A1").copy

Range("B1").PasteSpecial xlValues, xlAdd

--
Regards,
Tom Ogilvy

"rex" wrote in message
...
adding data to existing data and replacing old one in excel?