So what I need to do is basically this:
I have a few pair of numbers that are conflicting and a range in Excel where I need to check if I have these pair of numbers appears
e.g
Conflicting numbers: 1 and 2
Range to check
1 3 4 8 2
In this case, since the two conflicting numbers appears in the range, I need to identify it.
Since I'm pretty new to VBA language, I dont even know where to begin
Thanks anyway