Example:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]Column 1[/TD]
[TD]Column 2[/TD]
[/TR]
[TR]
[TD]Row 1[/TD]
[TD]ABC123[/TD]
[TD]MNO456[/TD]
[/TR]
[TR]
[TD]Row 2[/TD]
[TD]ZZZ987[/TD]
[TD]YYY789[/TD]
[/TR]
[TR]
[TD]Row 3[/TD]
[TD]MNO456[/TD]
[TD]ABC123[/TD]
[/TR]
</tbody>[/TABLE]
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 automatically since it is a duplicate.
This may be basic, but I've been searching for a while now and can't quite find the answer. I appreciate any help you can provide.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]Column 1[/TD]
[TD]Column 2[/TD]
[/TR]
[TR]
[TD]Row 1[/TD]
[TD]ABC123[/TD]
[TD]MNO456[/TD]
[/TR]
[TR]
[TD]Row 2[/TD]
[TD]ZZZ987[/TD]
[TD]YYY789[/TD]
[/TR]
[TR]
[TD]Row 3[/TD]
[TD]MNO456[/TD]
[TD]ABC123[/TD]
[/TR]
</tbody>[/TABLE]
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 automatically since it is a duplicate.
This may be basic, but I've been searching for a while now and can't quite find the answer. I appreciate any help you can provide.