VBA: I get the following error: run-time error '1004' Application-defined or object-defined error
问题 Current issue: My code used to work partially until I add extra data to sheet2, now when it fails and debug sends me to: Set partsheet = Worksheets("Sheet1").Range("A1", Range("A65536").End(xlUp)) Utility of this code: I basically have two columns in different sheets: that I want to compare & when similar import data: Sheet1 - column1 is a job number Sheet1 - column2 is a part number for the same job number you can have multiple parts - meaning the job number repeats itself in column1 Sheet2