Installing macro: di_itrans_balaram 1. Open Microsoft Word, go to Tools > Macro > Macros or click ALT+F8. 2. Copy in the name of the macro (ie. di_hk_unicode), click Create and the macro editor opens. 3. Copy the macro text that was produced to the clipboard. 4. In the macro editor, replace the text beginning with Sub and ending with End Sub with the text you've copied. 5. The macro is now available at Tools > Macro. Select the macro to be applied and click "Run". 6. Replacing will be faster if you are in normal view instead of print view. View > Normal. ---------- Sub di_itrans_balaram() ' ' Macro: di_itrans_balaram ' Automatically produced by diCrunch v2.00:b5 ' Creation date: Tue, 05 Jun 2007 13:31:20 +0000 ' Online at http://www.bhasa.net/diCrunch.php ' With Selection.Find .Text = "%A" .Replacement.Text = "Ä" .Wrap = wdFindContinue .MatchCase = True End With Selection.Find.Execute Replace:=wdReplaceAll With Selection.Find .Text = "%I" .Replacement.Text = "É" .Wrap = wdFindContinue .MatchCase = True End With Selection.Find.Execute Replace:=wdReplaceAll With Selection.Find .Text = "%U" .Replacement.Text = "Ü" .Wrap = wdFindContinue .MatchCase = True End With Selection.Find.Execute Replace:=wdReplaceAll With Selection.Find .Text = "%R^i" .Replacement.Text = "Å" .Wrap = wdFindContinue .MatchCase = True End With Selection.Find.Execute Replace:=wdReplaceAll With Selection.Find .Text = "%R^I" .Replacement.Text = "È" .Wrap = wdFindContinue .MatchCase = True End With Selection.Find.Execute Replace:=wdReplaceAll With Selection.Find .Text = "%~N" .Replacement.Text = "Ì" .Wrap = wdFindContinue .MatchCase = True End With Selection.Find.Execute Replace:=wdReplaceAll With Selection.Find .Text = "%~n" .Replacement.Text = "Ï" .Wrap = wdFindContinue .MatchCase = True End With Selection.Find.Execute Replace:=wdReplaceAll With Selection.Find .Text = "%T" .Replacement.Text = "Ö" .Wrap = wdFindContinue .MatchCase = True End With Selection.Find.Execute Replace:=wdReplaceAll With Selection.Find .Text = "%D" .Replacement.Text = "Ò" .Wrap = wdFindContinue .MatchCase = True End With Selection.Find.Execute Replace:=wdReplaceAll With Selection.Find .Text = "%N" .Replacement.Text = "Ë" .Wrap = wdFindContinue .MatchCase = True End With Selection.Find.Execute Replace:=wdReplaceAll With Selection.Find .Text = "%sh" .Replacement.Text = "Ç" .Wrap = wdFindContinue .MatchCase = True End With Selection.Find.Execute Replace:=wdReplaceAll With Selection.Find .Text = "%Sh" .Replacement.Text = "Ñ" .Wrap = wdFindContinue .MatchCase = True End With Selection.Find.Execute Replace:=wdReplaceAll With Selection.Find .Text = "%M" .Replacement.Text = "À" .Wrap = wdFindContinue .MatchCase = True End With Selection.Find.Execute Replace:=wdReplaceAll With Selection.Find .Text = "%H" .Replacement.Text = "Ù" .Wrap = wdFindContinue .MatchCase = True End With Selection.Find.Execute Replace:=wdReplaceAll With Selection.Find .Text = "%L^i" .Replacement.Text = "ß" .Wrap = wdFindContinue .MatchCase = True End With Selection.Find.Execute Replace:=wdReplaceAll With Selection.Find .Text = "%L^I" .Replacement.Text = "ß" .Wrap = wdFindContinue .MatchCase = True End With Selection.Find.Execute Replace:=wdReplaceAll With Selection.Find .Text = "%.D" .Replacement.Text = ".Ò" .Wrap = wdFindContinue .MatchCase = True End With Selection.Find.Execute Replace:=wdReplaceAll With Selection.Find .Text = "%Y" .Replacement.Text = "Ý" .Wrap = wdFindContinue .MatchCase = True End With Selection.Find.Execute Replace:=wdReplaceAll With Selection.Find .Text = "A" .Replacement.Text = "ä" .Wrap = wdFindContinue .MatchCase = True End With Selection.Find.Execute Replace:=wdReplaceAll With Selection.Find .Text = "I" .Replacement.Text = "é" .Wrap = wdFindContinue .MatchCase = True End With Selection.Find.Execute Replace:=wdReplaceAll With Selection.Find .Text = "U" .Replacement.Text = "ü" .Wrap = wdFindContinue .MatchCase = True End With Selection.Find.Execute Replace:=wdReplaceAll With Selection.Find .Text = "R^i" .Replacement.Text = "å" .Wrap = wdFindContinue .MatchCase = True End With Selection.Find.Execute Replace:=wdReplaceAll With Selection.Find .Text = "R^I" .Replacement.Text = "è" .Wrap = wdFindContinue .MatchCase = True End With Selection.Find.Execute Replace:=wdReplaceAll With Selection.Find .Text = "~N" .Replacement.Text = "ì" .Wrap = wdFindContinue .MatchCase = True End With Selection.Find.Execute Replace:=wdReplaceAll With Selection.Find .Text = "~n" .Replacement.Text = "ï" .Wrap = wdFindContinue .MatchCase = True End With Selection.Find.Execute Replace:=wdReplaceAll With Selection.Find .Text = "T" .Replacement.Text = "ö" .Wrap = wdFindContinue .MatchCase = True End With Selection.Find.Execute Replace:=wdReplaceAll With Selection.Find .Text = "D" .Replacement.Text = "ò" .Wrap = wdFindContinue .MatchCase = True End With Selection.Find.Execute Replace:=wdReplaceAll With Selection.Find .Text = "N" .Replacement.Text = "ë" .Wrap = wdFindContinue .MatchCase = True End With Selection.Find.Execute Replace:=wdReplaceAll With Selection.Find .Text = "sh" .Replacement.Text = "ç" .Wrap = wdFindContinue .MatchCase = True End With Selection.Find.Execute Replace:=wdReplaceAll With Selection.Find .Text = "Sh" .Replacement.Text = "ñ" .Wrap = wdFindContinue .MatchCase = True End With Selection.Find.Execute Replace:=wdReplaceAll With Selection.Find .Text = "M" .Replacement.Text = "à" .Wrap = wdFindContinue .MatchCase = True End With Selection.Find.Execute Replace:=wdReplaceAll With Selection.Find .Text = "aH" .Replacement.Text = "ù" .Wrap = wdFindContinue .MatchCase = True End With Selection.Find.Execute Replace:=wdReplaceAll With Selection.Find .Text = "L^i" .Replacement.Text = "ÿ" .Wrap = wdFindContinue .MatchCase = True End With Selection.Find.Execute Replace:=wdReplaceAll With Selection.Find .Text = "L^I" .Replacement.Text = "û" .Wrap = wdFindContinue .MatchCase = True End With Selection.Find.Execute Replace:=wdReplaceAll With Selection.Find .Text = ".D" .Replacement.Text = ".ò" .Wrap = wdFindContinue .MatchCase = True End With Selection.Find.Execute Replace:=wdReplaceAll With Selection.Find .Text = "Y" .Replacement.Text = "ý" .Wrap = wdFindContinue .MatchCase = True End With Selection.Find.Execute Replace:=wdReplaceAll With Selection.Find .Text = ".N" .Replacement.Text = "~" .Wrap = wdFindContinue .MatchCase = True End With Selection.Find.Execute Replace:=wdReplaceAll With Selection.Find .Text = "_" .Replacement.Text = "_" .Wrap = wdFindContinue .MatchCase = True End With Selection.Find.Execute Replace:=wdReplaceAll With Selection.Find .Text = ".a" .Replacement.Text = "'" .Wrap = wdFindContinue .MatchCase = True End With Selection.Find.Execute Replace:=wdReplaceAll With Selection.Find .Text = ".c" .Replacement.Text = "~" .Wrap = wdFindContinue .MatchCase = True End With Selection.Find.Execute Replace:=wdReplaceAll With Selection.Find .Text = ".h" .Replacement.Text = "/x" .Wrap = wdFindContinue .MatchCase = True End With Selection.Find.Execute Replace:=wdReplaceAll With Selection.Find .Text = "@" .Replacement.Text = ChrW(8230) .Wrap = wdFindContinue .MatchCase = True End With Selection.Find.Execute Replace:=wdReplaceAll With Selection.Find .Text = "`" .Replacement.Text = ChrW(8217) .Wrap = wdFindContinue .MatchCase = True End With Selection.Find.Execute Replace:=wdReplaceAll End Sub