Hi All, I have some code I want to run which compares the last found value in one column with another. Depending on the row number, I want to do different things. Code:
lRowWS1 = sht1.Cells.Find("*", searchorder:=xlByRows, searchdirection:=xlPrevious).Row
lRow1 = sht1.Cells(sht1.Rows.Count...