Hi all,
I have data in sheet1 and sheet2.
I would like a macro that will compare the concatenated values of columns F, G and X of sheet1 vs the concatenated values of columns U, V and W of sheet2.
Those in sheet1 that can not be found in sheet2 will then be shown in a msgbox. If all are found, the msgbox will simply say "Nothing to show".
Thanks