|
-
Apr 27th, 2011, 10:14 AM
#1
Thread Starter
New Member
Word 2007 Checkbox change color when checked
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|