I have piece of code in a workbook that brings in new data to a worksheet and then performs some actions to create a report on a different sheet. Each time the spreadsheet opens the data refreshes and may or may not bring in new data.
I need to compare the two lists and update my report using only new values.
In the attached example I need to compare the list in 'Master' to the list in 'dB Dump'. It should result in the answer in 'New Refs'. I only care if the are in 'dB dump' and not in 'Master', I do not care of there are references in 'Master' that are not in 'dB dump'. I hope that makes sense.
Would anybody have an idea of how to code this in VBA?
Any and all help appreciated.
Ed
Bookmarks