1
Private Sub Document_Change(ByVal Target As Range)
Set table = ActiveDocument.Tables(1)
If Not Intersect(table, Target) Is Nothing Then
Target.AutoFormat ApplyColor: Red
End If
End Sub
私は次のコードを持っていますが、VBA Wordでは動作しません。 誰か助けてくれますか?Wordのテーブルのイベント変更