Dear frenz,
i need a solution to fasten the process of my macro, its taking almost 1 hour to complete the process.....the macro as below
Option Explicit
Public Function MatchDigits(LookupValue As Range, LookupRange As Range) As String
Dim Cell As Range
Dim NewNum As String
Dim...