I have two arrays which contains string values in them. Let us consider the example as below.
- Array 1: Computer science, Artificial Intelligence
- Array 2: Eclipse, MS, RAD, Linux, Artificial Intelligence
I need to find the number of duplicates in both of my arrays. In the above case, I need the total duplicate value as 1 (since Artificial Intelligence is in both Array1 and Array2). Is there a way to do this in VBA?