Sub RemoveMonotonicAccents() ' ' RemoveMonotonicAccents Macro ' Macro recorded 6162010 by Father Ephraim ' Selection.Find.ClearFormatting Selection.Find.Replacement.ClearFormatting With Selection.Find .text = ChrW(940) .Replacement.text = ChrW(945) .Forward = True .Wrap = wdFindContinue .Format = False .MatchCase = False .MatchWholeWord = False .MatchWildcards = False .MatchSoundsLike = False .MatchAllWordForms = False End With Selection.Find.Execute Replace=wdReplaceAll Selection.Find.ClearFormatting Selection.Find.Replacement.ClearFormatting With Selection.Find .text = ChrW(941) .Replacement.text = ChrW(949) .Forward = True .Wrap = wdFindContinue .MatchCase = False End With Selection.Find.Execute Replace=wdReplaceAll Selection.Find.ClearFormatting Selection.Find.Replacement.ClearFormatting With Selection.Find .text = ChrW(942) .Replacement.text = ChrW(951) .Forward = True .Wrap = wdFindContinue .MatchCase = False End With Selection.Find.Execute Replace=wdReplaceAll Selection.Find.ClearFormatting Selection.Find.Replacement.ClearFormatting With Selection.Find .text = ChrW(943) .Replacement.text = ChrW(953) .Forward = True .Wrap = wdFindContinue .MatchCase = False End With Selection.Find.Execute Replace=wdReplaceAll Selection.Find.ClearFormatting Selection.Find.Replacement.ClearFormatting With Selection.Find .text = ChrW(972) .Replacement.text = ChrW(959) .Forward = True .Wrap = wdFindContinue .MatchCase = False End With Selection.Find.Execute Replace=wdReplaceAll Selection.Find.ClearFormatting Selection.Find.Replacement.ClearFormatting With Selection.Find .text = ChrW(973) .Replacement.text = ChrW(965) .Forward = True .Wrap = wdFindContinue .MatchCase = False End With Selection.Find.Execute Replace=wdReplaceAll Selection.Find.ClearFormatting Selection.Find.Replacement.ClearFormatting With Selection.Find .text = ChrW(974) .Replacement.text = ChrW(969) .Forward = True .Wrap = wdFindContinue .MatchCase = False End With Selection.Find.Execute Replace=wdReplaceAll Selection.Find.ClearFormatting Selection.Find.Replacement.ClearFormatting With Selection.Find .text = ChrW(912) .Replacement.text = ChrW(970) .Forward = True .Wrap = wdFindContinue .MatchCase = False End With Selection.Find.Execute Replace=wdReplaceAll Selection.Find.ClearFormatting Selection.Find.Replacement.ClearFormatting With Selection.Find .text = ChrW(944) .Replacement.text = ChrW(971) .Forward = True .Wrap = wdFindContinue .MatchCase = False End With Selection.Find.Execute Replace=wdReplaceAll End Sub