i need to modify this code because the data has changed with respect to column location.
previously the pertinent data was in B & C
It is now in C & E
I think changing it is straight forward except for this part
"lngLastRow = Range("B:C")"
Any help is appreciated!
Sub Delete_Duplicates()...