カーソルの位置から後の全ての塗りつぶしの色を置き換えたいのですが、うまく動作しませんでした。
.Font.Shading.BackgroundPatternColor = -721354906
.Font.Shading.BackgroundPatternColor = -553582746
は、マクロの記録を使用して調べた値です。
Word VBA初心者です。ご教授のほどよろしくお願いします。
Sub replaceText()
With Selection.Find
.Font.Shading.BackgroundPatternColor = -721354906
With .Replacement
.Font.Shading.BackgroundPatternColor = -553582746
End With
.Execute Replace:=wdReplaceAll
End With
End Sub
回答3件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/09/09 11:08