I'm sure there is a ready answer for this, I just cannot find it.
I have two lists of about 4,000 item each. Each list is on its own worksheet, in range("A1:A4000")
Most of the items will be common to both lists. There will be some things unique to list one and some things unique to list two
In VBA i want to do much like the Exel vLookUp function.
I want to take a value in list one. If the exact same value is in list two, I want to find the row number it occurs on.
Can someone point me in the right direction?
I have two lists of about 4,000 item each. Each list is on its own worksheet, in range("A1:A4000")
Most of the items will be common to both lists. There will be some things unique to list one and some things unique to list two
In VBA i want to do much like the Exel vLookUp function.
I want to take a value in list one. If the exact same value is in list two, I want to find the row number it occurs on.
Can someone point me in the right direction?