Tanner_2004
Well-known Member
- Joined
- Jun 1, 2010
- Messages
- 616
I am using the code below unsucessfully:
ActiveSheet.Shapes.Range("Function").Visible = msoFalse
ActiveSheet.Shapes.Range("Function").Visible = msoTrue
The worksheet contains 10 activeX check boxes that I have assigned all the same GroupName "Function"
Basically, If Target.Value = "Hub" Then I want to show (make visible) all of the checkboxes
If not "Hub", then I do not want to show any of the checkboxes (make unvisible).
The checkboxes are named cbF1 through cbF10.
Any ideas woudl be greatly appreaciated.
Thank you!
ActiveSheet.Shapes.Range("Function").Visible = msoFalse
ActiveSheet.Shapes.Range("Function").Visible = msoTrue
The worksheet contains 10 activeX check boxes that I have assigned all the same GroupName "Function"
Basically, If Target.Value = "Hub" Then I want to show (make visible) all of the checkboxes
If not "Hub", then I do not want to show any of the checkboxes (make unvisible).
The checkboxes are named cbF1 through cbF10.
Any ideas woudl be greatly appreaciated.
Thank you!