Hello experts,
I have a similar issue that is posted here but little bit different.. I need your help.
If SSN in previous year worksheet matches with the SSN in Current Year Worksheet, I want to remove that row in current year worksheet.
I didn't understand these two lines of code:
Set rngPrevious = .Range("a1:a" & wsPreviousYearL astRow)
Set rngDelete = .Range("q8:q"...
User Profile
Collapse
-
Compare 2 worksheets
-
Hello experts,
I have a similar but a different issue.. I need your help.
If SSN in previous year worksheet matches with the SSN in Current Year Worksheet, I want to remove that row in current year worksheet.
I didn't understand these two lines of code:
Set rngPrevious = .Range("a1:a" & wsPreviousYearL astRow)
Set rngDelete = .Range("q8:q" & wsPreviousYearL astRow)...
No activity results to display
Show More
Leave a comment: