![]() |
|
#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 |
| Tags |
| active x, forms vba |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Pasting Only Active Excel Cells With Link
|
JBell | Word | 1 | 06-07-2015 03:53 AM |
| Checkboxes in cells | kristofferwok | Excel | 0 | 03-24-2015 04:19 AM |
checkboxes
|
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 |