I am trying to write a script in VBA that will:
replace all É and other similar characters with their latin counterparts.
Remove all non alpha numeric
characters.Remove duplicate spacing
then word count the string
I have worked out that i can split the string on " " and count the elements to get the word count... but I am struggling on the rest of it. Help much appreciated.