![]() |
|
#1
|
|||
|
|||
![]()
I'm trying to put together a simple (?) form using a Active X and legacy form controls - I have a situation where if a user selects Checkbox 1 (active X) then Checkbox 3 and Checkbox 4 are also selected, likewise if a user select Checkbox 3 then Checkbox 4 and 1 are selected and so on... in reverse, if any are deselected then the remaining boxes will be deselected.
At the moment I can complete the first part of the objective using the below, but not the deselection element. Private Sub CheckBox1_Click() CheckBox2.Value = True End Sub Can anyone advise |
#2
|
||||
|
||||
![]()
Is there a reason for using ActiveX controls and formfields instead of the newer content controls?
See: http://gregmaxey.com/word_tip_pages/repeating_data.html
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
#3
|
|||
|
|||
![]()
Hi Thanks for getting back to me.
No particular reason for using Active X other than a lack of experience. I needed a set of tick box's for a user to select their software requirments, then came an extra requirement of if the user opts for software option A then they MUST have options B and D. But they deselect B then options A and D must be deselected. Any feedback on how to meet this requirments ? |
#4
|
||||
|
||||
![]()
Did you look at the link I posted? You might also check out threads such as the following on various uses of content controls:
https://www.msofficeforums.com/word-...own-lists.html https://www.msofficeforums.com/drawi...ture-will.html https://www.msofficeforums.com/word-...down-list.html https://www.msofficeforums.com/word/...ic-format.html https://www.msofficeforums.com/word-...ng-number.html https://www.msofficeforums.com/word/...-question.html https://www.msofficeforums.com/word/...rm-fields.html https://www.msofficeforums.com/word-...ext-entry.html
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
![]() |
Tags |
active x, forms vba |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
JBell | Word | 1 | 06-07-2015 03:53 AM |
Checkboxes in cells | kristofferwok | Excel | 0 | 03-24-2015 04:19 AM |
![]() |
smohap | Word | 1 | 06-19-2011 09:24 PM |
Ticking Checkboxes | screid | Word | 1 | 06-08-2010 02:04 AM |
How to insert an active page link | JudeL | Word | 0 | 10-02-2009 03:50 AM |