I am hoping someone can help me. I am creating a form in excel using the active x combo drop down option. I am trying to hide rows based on the option they pick.
I added the active combo box in cell B3 with options A, B, and C.
Based on what they pick I need the following to happen...
If they pick option A I want to see only rows 6 - 16, but hide 19-64
If they pick option B I want to see only rows 19 - 40, but hide 6-16 and 42-64
If they pick option C I want to see only rows 42-64, but hide 6-16 and 19-40
Can anyone help me with how to write the macro for this? I have tried for days now. Please help.
I added the active combo box in cell B3 with options A, B, and C.
Based on what they pick I need the following to happen...
If they pick option A I want to see only rows 6 - 16, but hide 19-64
If they pick option B I want to see only rows 19 - 40, but hide 6-16 and 42-64
If they pick option C I want to see only rows 42-64, but hide 6-16 and 19-40
Can anyone help me with how to write the macro for this? I have tried for days now. Please help.