Another approach... if you only want to highlight the duplicates and leave the original unique entry you can use something like this:

=IF(COUNTIF($A$1:A1,A1)>1,"Duplicate","")
in cell B1 and drag down.

abousetta