Example:
<tbody>
Column 1
Column 2
Row 1
ABC123
MNO456
Row 2
ZZZ987
YYY789
Row 3
MNO456
ABC123
</tbody>
How could I identify Row 1 and Row 3 as being matches/duplicates rows, when the columns may have the data swapped?
Ideally I would want the a VB script or way to delete the Row 3...