Currently Im getting two files with Company name in it from two diffrent Sources. I would like to run a compare the see if a company resides in both files. The only problem I have is that a company can be not exactly the same. For example a company might be called THE ABC COMPANY LLP and in the other file it might be A.B.C Comp How can I write code to compare these two values and return a positive match if they are similar. Thanks