Need a little help here. In Word, I have a table with a check box in the first column. What I want to happen is when I check the box have the whole row fill in with a certain color. Can someone provide me with some code for this?

While searching the forums I saw some on changing font colors. Below is the start of that code, but It wouldn't work.

Private Sub CheckBox81_Click()
If CheckBox81.Value = vbChecked Then ForeColor = vbBlue

End Sub

Thanks for any help you can provide.