Link to home
Start Free TrialLog in
Avatar of MirageSF
MirageSF

asked on

FInd final occurence

Hi,

On Sheet1, column B I have a list of numbers, on sheet 2 I have these numbers at various rows sometimes repeated more than once from row 1 to 100000.  I need to find the row with the last occurrence, using VBA how do I scan in the numbers from column B in sheet 1 and find the last occurrence of each of these numbers on sheet 2??
ASKER CERTIFIED SOLUTION
Avatar of Subodh Tiwari (Neeraj)
Subodh Tiwari (Neeraj)
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Answered the original question.