Hello all,
I'm very new to VB programming so bear with me... I have a sheet where I have a general checkbox hiding several rows. I also have a set of checkboxes that when one of these checkboxes is selected I would like a subset of rows within the original hidden rows to be unhidden and shown only if the general checkbox is selected. I hope that makes sense. Can someone help me out with the necessary programming language? I would like to use control checkboxes and not form checkboxes as well.
thanks!
If
Checkbox 1 = true and Checkbox 2 = true, then Rows 5-10 are unhidden of the original say 50 hidden rows
If
Checkbox 1 = true and Checkbox 2 = false, then rows 5-55 are still hidden <!-- / message --><!-- BEGIN TEMPLATE: ad_showthread_firstpost_sig --><!-- END TEMPLATE: ad_showthread_firstpost_sig -->
I'm very new to VB programming so bear with me... I have a sheet where I have a general checkbox hiding several rows. I also have a set of checkboxes that when one of these checkboxes is selected I would like a subset of rows within the original hidden rows to be unhidden and shown only if the general checkbox is selected. I hope that makes sense. Can someone help me out with the necessary programming language? I would like to use control checkboxes and not form checkboxes as well.
thanks!
If
Checkbox 1 = true and Checkbox 2 = true, then Rows 5-10 are unhidden of the original say 50 hidden rows
If
Checkbox 1 = true and Checkbox 2 = false, then rows 5-55 are still hidden <!-- / message --><!-- BEGIN TEMPLATE: ad_showthread_firstpost_sig --><!-- END TEMPLATE: ad_showthread_firstpost_sig -->