- Код: Выделить всё
With Selection.Find
.ClearFormatting
.MatchWholeWord = True
.MatchCase = False
.Execute FindText:="k2в"
.Replacement.ParagraphFormat
.Wrap = wdFindContinue
Selection.TypeText Text:="k"
Selection.Font.Subscript = wdToggle
Selection.TypeText Text:="2"
Selection.Font.Superscript = wdToggle
Selection.Font.Superscript = wdToggle
Selection.TypeText Text:="в"
End With
но меняется первое вхождение. как сделать чтобы изменились все совпадения?