I would like to use the following code in Excel, what changes have to be made for it to work? Thanks in advance.
Public Function TestCharMatch1(NbrOfChars, StrSearch As String, strFind As String) As String
'Walks through strFind, NbrofChars at at time, and searches strSearch for a match...