View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Don Guillett
 
Posts: n/a
Default Check for Duplicates

You could use FINDNEXT (look in vba help) within a for/each in the range
loop.

--
Don Guillett
SalesAid Software

"Carter68" wrote in message
...
I have 2 worksheets with names and addresses. Is there a way to check to
see
if any of the names on worksheet 2 are duplicated from worksheet 1. If
so,
is there a way to indicate which of these are duplicates? Name would be
in
Column A and Address would be in Column 2.

Thanks!