Hi Andrew,hank you very much for your reply, - now I know how to copy and paste using VBA.
Andrew, I have one more thing which I wanted to ask you. Basically, in your script, the system copies data from cells B1:D1 and pastes it to the cells B6:D6, but is it possible to make it so that if there would already be some data in cells B6:D6, the system would simply add up the numbers?
In other words, let's say there are the following numbers in B6:D6 ; 3, 5, 7 accordingly and in the cells B1:D1 there are let's say the following numbers, 10, 4, 7. Now, when I run the script I wish it to copy the numbers from cells B1:D1 and add these numbers to the numbers in cell B6:D6. Hence after running the script values in cell B6:D6 should be 13, 9, 14.
Thank you very much in advance 
P.S Here's my great script (please do not judge it too harsh. It does not work as well as it should though.
Bookmarks