Thread
:
adding data to existing data and replacing old one in excel?
View Single Post
#
2
Posted to microsoft.public.excel.programming
Tom Ogilvy
external usenet poster
Posts: 27,285
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?
Reply With Quote
Tom Ogilvy
View Public Profile
Find all posts by Tom Ogilvy