R
RandomPattern
Hi I type many documents in English with that includes sporadic Hebrew words
throughout. Because I cannot touch type Hebrew, I transliterate them with
English characters, and I keep an excel spreadsheet with all my
transliterations and their corresponding Hebrew words in the other.
It was relatively simple to write some VBA to find the transliterations in
my document, and replace them with the corresponding Hebrew words from Excel.
The issue is phrases. Since Hebrew is written from right to left, my code
causes all the Hebrew phrases to be written in reverse. The only way I could
fix this, is to include the whole phrase in my table with the corresponding
Hebrew phrase, which is very annoying.
There has to be away to either, have my code find any consecutive
transliterations and reverse their order before converting them to Hebrew, or
to first convert them to Hebrew and then reverse the order of any consecutive
Hebrew words.
I don't know how to code that.
Any suggestions?
throughout. Because I cannot touch type Hebrew, I transliterate them with
English characters, and I keep an excel spreadsheet with all my
transliterations and their corresponding Hebrew words in the other.
It was relatively simple to write some VBA to find the transliterations in
my document, and replace them with the corresponding Hebrew words from Excel.
The issue is phrases. Since Hebrew is written from right to left, my code
causes all the Hebrew phrases to be written in reverse. The only way I could
fix this, is to include the whole phrase in my table with the corresponding
Hebrew phrase, which is very annoying.
There has to be away to either, have my code find any consecutive
transliterations and reverse their order before converting them to Hebrew, or
to first convert them to Hebrew and then reverse the order of any consecutive
Hebrew words.
I don't know how to code that.
Any suggestions?