Hi I am new to the forum. I have created a form in Word 2007. I have implemented a radio button on the form. I want to add custom code so that every time the button is clicked, the color of the button changes. For example, I was thinking along the lines of a code that is similar to a snippet that I found on the web:
Code:
Private Sub OptionButton1_Click()
Option Explicit
Dim index As Integer
Dim indicator(5) As ColorConstants