Thank u for your prompt reply tehneXus u the MAN, this is exactly what I was looking for. Its very quick macro. I think its due to CreateObject("scripting.dictionary") you have used. This is something new for me
. Anyway I try to understand your code, so it first change color of every cell to red.
Then in this part of code (below) it goes thru each cell one by one and when match it changes the color into green, right ?
But I need one last thing, because after a whole day I was unable to solve it on my own. So please can u add one last step: When the cell is found in both sheets (and changes its color into green), then it will select founded cell in sheet2, offset it from column B to F and copy this range into sheet1, next to matched cell (also into range B:F). Hope I explained it clear.
I very much appreciated your help, thank again in advance! I will need to take a deeper look at those d1, d2 objects scripting... because its looking very efficient and quick then simple ranges that I am using
Bookmarks