Rajan Verma has posted the following on 10-10-2012 08:55 PM:

*Here is a code to highlight the misspelled characters in two Text paragraphs suppose you have data like this table, and you want to highlight the misspelled characters , you can use given code* Sub HighlightWrongCharacters() * * Dim bytFirstWord() *As Byte * * Dim bytSecondWord() As Byte * * Dim VarArrData * * Dim […]

Find Mismatch Characters: