Hello,
I am trying to make macro that will take a word list and a corpus that I have and search for the words in the word list in the corpus and do a replace. I am trying to select and copy each word in the list then do this in the macro:
The text copied to the clipboard is in the Khmer language, which is UTF-8. I cannot get the macro to copy and search for and replace the text correctly. Any help? Thanks.
Adam
UE v15.20
I am trying to make macro that will take a word list and a corpus that I have and search for the words in the word list in the corpus and do a replace. I am trying to select and copy each word in the list then do this in the macro:
Code: Select all
Find "^c"
Replace All " "
Adam
UE v15.20