I need to create a macro that compares the values of the open worksheet to the newest worksheet (on the right of the current worksheet). It needs to go like this:
For each row, if columns A and B in CurrentWorksheet.pivottable (concatinated) are equal to the values in column A and B in PreviousWorksheet.pivottable (concatinated),
Copy values from PreviousWorksheet column D to ActiveWorksheet column D
Copy values from PreviousWorksheet column E to ActiveWorksheet column E
Copy values from PreviousWorksheet column F to ActiveWorksheet column F
Note that the pivot table varies in length. Is this possible, if so how can I do this? Your help is greatly apprecaited.
Bookmarks