![]() |
|
#1
|
|||
|
|||
![]()
A checkbox doesn't have a "Visible"property, but you can come close:
Private Sub CheckBox1_Click() If CheckBox1 Then With CheckBox2 .Width = 1 .Height = 1 .Enabled = False End With With CheckBox3 .Width = 1 .Height = 1 .Enabled = False End With Else With CheckBox2 .Width = 108 .Height = 18.6 .Enabled = True End With With CheckBox3 .Width = 108 .Height = 18.6 .Enabled = True End With End If End Sub |
#2
|
|||
|
|||
![]()
Hello,
thank you for the answer. I guess thats one way to get around and solve the problem, thank you! Best regards |
![]() |
Tags |
checkbox, hide, vba |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Checkbox - toggle hide/unhide other checkbox - XMLMapping | GErl | Word VBA | 9 | 11-19-2020 03:15 PM |
Toggle Collapse/Expand via Content Control Checkbox | metaflowdesigns | Word VBA | 5 | 07-08-2020 02:53 PM |
![]() |
Marcia | Excel Programming | 2 | 03-20-2020 07:25 PM |
![]() |
NullVBA | Excel Programming | 4 | 12-09-2015 05:10 AM |
Hide/Unhide pictures | maloneb | PowerPoint | 1 | 01-18-2012 03:34 PM |