VBA Macro to search a text string and replace with hyperlink works only with English text, but not Arabic
I have Arabic texts in Microsoft Word that I need to introduce hpyerlinks to some of its words. The reply to this question here works for me, but only for English words. When I replace the word "google" with any Arabic string (Whether one word or multiple words), the macro does not work. I can display the Arabic characters correctly in VBA, using the answer to this question here , so there are no problems displaying the text in the macro. Can you please help me understanding what code modifications I need to have, in order to get the macro to recognize the arabic text? Needless to say, the