hello
I am looking for a script to replace all accented ISO 8859-1 characters with their equivalents in a textbox in excel.
After entering text in a textbox, I would run a script replacing all accented characters and symbols as follows:
ö -replace-> ö
© -replace-> ©
Would you have an idea, how to do this?
Thank you
I am looking for a script to replace all accented ISO 8859-1 characters with their equivalents in a textbox in excel.
After entering text in a textbox, I would run a script replacing all accented characters and symbols as follows:
ö -replace-> ö
© -replace-> ©
Would you have an idea, how to do this?
Thank you