Forum Discussion
K_TF_2015
Feb 07, 2023Copper Contributor
Using VBA code to highlight the differences between two cells of text
Hi There, I would like to be able to compare two cells of text in excel, and highlight the differences between them. I found the following VBA code which highlights the first difference in red, howe...
HansVogelaar
Feb 07, 2023MVP
To analyze the text completely would be very complex, and it would probably be very slow too.
K_TF_2015
Feb 13, 2023Copper Contributor
Thank you HansVogelaar.