Excel VBA comparing two workbooks
问题 I'm trying to create a macro which compares two Excel files. The only column both Excel files have in common is " eRequest ID ". The goal is to display any records that DO NOT have an " eRequest ID " in both files. For example, if record 1 is only found in one of the two files, it has to be displayed. The only situation where records are not displayed is if the " eRequest ID " is found in both files. On a side note.. I recorded a simple macro to filter out some fields... I have to add in this