Word VBA で文書の「青文字」を「赤文字」に置き換えたいのですが、うまく動作しません。
Word VBA初心者です。ご教授のほどよろしくお願いします。
Sub replace()
With Selection.Find
.Font.Color = wdColorBlue
With .Replacement
.Font.Color = wdColorRed
End With
.Execute replace:=wdReplaceAll
End With
End Sub
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/09/09 06:17