![]() |
|
|||||||
|
|
|
Thread Tools | Display Modes |
|
|
|
#1
|
|||
|
|||
|
Basically in the ThisDocument module add code similar to this:
Code:
Private Sub OptionButton1_Click()
If OptionButton1 Then
CheckBox2 = True
CheckBox4 = True
CheckBox1 = False
CheckBox3 = False
End If
End Sub
Private Sub OptionButton2_Click()
If OptionButton2 Then
CheckBox2 = False
CheckBox4 = False
CheckBox1 = True
CheckBox3 = True
End If
End Sub
|
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Radio Buttons in Word Document in MAC Office 2016 | kim88 | Word | 3 | 12-19-2016 03:36 PM |
| check box issue (problem with radio buttons from web page) Word 2013 | cQQlgirl | Word | 6 | 03-19-2015 07:23 PM |
Circling your selection on word vs check box or radio button
|
NBuckley | Word | 2 | 04-04-2014 03:17 AM |
is there a way to link check boxes with real text
|
Pierre-Hugues | Word | 7 | 09-26-2013 03:52 PM |
| Check Boxes and Command Buttons | Micky P | Word VBA | 0 | 10-27-2011 01:06 AM |