Hi - I'm using this code as a vlookup. Is there a way to alter the code so that i'm only looking up the first 3 digits of the value in Column 6 on Sheet6?
Dim LastRow, LR1, LR2, LR3, i As LongDim Searchfor, j, inarr As Variant
Set wsRS = Sheet6
Set wsDT = Sheet2
With wsDT
LastRow =...