Excel VBA compare column data copy row
问题 Okay so I managed to work out this code somehow with help from many of the coding experts here. I need to create a macro that compares data in two worksheets. In both of my worksheets, there is a column named "eRequest ID", I have to copy the rows of records that DO NOT have an "eRequest ID" in BOTH FILES . The code i worked out now copies recrods that have an "eRequest ID" in EITHER FILES . So logically speaking i have to "negate" the IF condition in my code below, but I have no idea how to