Sub Unterstreichungen_unterlaengen_auslassen() ' 'Autor: www.redegold.de ' Selection.Find.ClearFormatting Selection.Find.Font.Underline = wdUnderlineSingle Selection.Find.Replacement.ClearFormatting Selection.Find.Replacement.Font.Underline = none With Selection.Find .Text = "[gpyjpqy$ยง ,;.')(']" .Replacement.Text = "^&" .Forward = True .Wrap = wdFindContinue .Format = True .MatchCase = False .MatchWholeWord = False .MatchAllWordForms = False .MatchSoundsLike = False .MatchWildcards = True End With