View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.newusers
Lisab Lisab is offline
external usenet poster
 
Posts: 30
Default Compare and Highlight Rows

I have an excel file with two worksheets. is there a way to programatically
compare the two worksheets to find matches and highlight those matches on
each worksheet.

They both have the same columns.
I want to compare the InspectionID column.
The Inspection ID column may have duplicates in both of the worksheets.

I have never done anything in excel above the beginner level. However, I am
a very skilled VBA programmer (programmed in ACCESS for over 10 years).

Thank you