This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sub highlight() | |
' https://www.extendoffice.com/documents/excel/3716-excel-compare-two-strings-highlight-differences-for-similarity.html | |
Dim xRg1 As Range | |
Dim xRg2 As Range | |
Dim xTxt As String | |
Dim xCell1 As Range | |
Dim xCell2 As Range | |
Dim I As Long | |
Dim J As Integer | |
Dim xLen As Integer |