Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 09-19-2019, 03:41 AM
gmaxey gmaxey is offline Microsoft Word 2016 - Link Radio buttons to activate check boxes and/or highlight as well. Windows 10 Microsoft Word 2016 - Link Radio buttons to activate check boxes and/or highlight as well. Office 2016
Expert
 
Join Date: May 2010
Location: Brasstown, NC
Posts: 1,601
gmaxey is just really nicegmaxey is just really nicegmaxey is just really nicegmaxey is just really nicegmaxey is just really nice
Default

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
__________________
Greg Maxey
Please visit my web site at http://www.gregmaxey.com/
Reply With Quote
 



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
Microsoft Word 2016 - Link Radio buttons to activate check boxes and/or highlight as well. Circling your selection on word vs check box or radio button NBuckley Word 2 04-04-2014 03:17 AM
Microsoft Word 2016 - Link Radio buttons to activate check boxes and/or highlight as well. 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

Other Forums: Access Forums

All times are GMT -7. The time now is 06:24 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft