Hi,
I have been using the Application.WorksheetFunction.Large to find the top 10 numbers in a range but I cannot seem to get the rest of the code to find the corresponding row number when there are duplicate values. My code so far is as below:
Sub Top10Values()
Dim rngTestArea As Range, k As...