Hi guys Ive used all the stuff ive learned over the last 6 months to create this code which basically search for duplicates.
Sub DuplicateSearch()
Dim lr, i, j, k, m As Long
Dim str As String, str2 As String
Dim vData, vResult As Variant
Dim vSearch, vOdd, vOdd2 As Variant
Dim sheet As...