I need a macro that will search two columns and locate any duplicates between the two columns. Here is an example of my data:
[TABLE="width: 895"]
3051CD2A22A1AS1E5M5CNJ3-1199WDAB3AFFW71DC00
[/td]3051SFPDS010W3M0800D31AA1A2KDM5C5
[/td]3051CG4A04A1AH3E5CN
[/td]475HP1EKLUGMT
[/td]03031-0313-0013
[/td]3051CD2A03A1AH2E5CN
[/td]475HP1EKLUGMT
[/td]3144PD1A1E5M5Q4CNB4
[/td]
[/TABLE]
The first column is column "A". The second column is column "B". In column "C", I want the output to be 475HP1EKLUGMT in the cell 2. The macro needs to run until the last used cell in each column has been checked for duplicates.
Thanks,
J