@u88
מוזר
@pcinfogmach איך יכול להיות שהקוד הזה:
Sub החלפת_גודל_גופן()
With Selection.Find
.Text = "\(*\)"
.Replacement.Text = "^&"
.Forward = True
.MatchWildcards = True
End With
Selection.Find.Replacement.ClearFormatting
Selection.Find.Replacement.Font.SizeBi = "12"
Selection.Find.Execute Replace:=wdReplaceAll
End Sub
אצלי מחליף את כל המופעיל, ואילו אצל @u88 רק אחד?