I think my explanation is not that clear, hence here is a more detailed explanation regarding my question.
I have 6 rows of data drawn from a web query, and pasted into the "working sheet". These 6 rows include dates in the format of (mmm-yyyy) in column A, different countries in each column and values belonging to the different countries.
In the "copy paste sheet", i have historical data which follows the same format as the working sheet.
What I would like to do is:
If any of the dates for the six rows of data in "working sheet" = any of the dates in "copy paste sheet", then copy all of the row's data (starting from column B) from "working sheet" and paste it onto the row with matching dates in "copy paste sheet". It is like a vlookup but using vba, and i am not sure how to code it as well.
However, there might be new countries in the columns of working sheet. Besides showing the number of new countries, I would like the macro to show which are the new countries.
Hopefully this is a clearer explanation.
~ Hestia