C
Chris Watts
I have a problem with comparing two strings, string1 and string2. string2
will be a manually edited version of string1 so will have had
words/punctuation added/deleted and characters changed to/from Caps.
Comparing the two strings (in vba, Excel 2007) to find if they are identical
(case sensitive) is not a problem as I can use strcompar(). but I wish to
locate where the differences occur. Detecting the first one would help but
it would be nice to continue and find where they now become identical again.
Any suggestion would be appreciated. I am using Excel 2007 under Windows XP
sp2 and have quite good vba skills.
TIA
Chris
will be a manually edited version of string1 so will have had
words/punctuation added/deleted and characters changed to/from Caps.
Comparing the two strings (in vba, Excel 2007) to find if they are identical
(case sensitive) is not a problem as I can use strcompar(). but I wish to
locate where the differences occur. Detecting the first one would help but
it would be nice to continue and find where they now become identical again.
Any suggestion would be appreciated. I am using Excel 2007 under Windows XP
sp2 and have quite good vba skills.
TIA
Chris