Hi everyone
I am new to VBA and struggling with creating coding to hide and unhide rows based the selections in my dropdown list.
I went through a lot of tutorials and couldn't find a suitable one to do exactly what I want.
I have a dropdown list in cell D1 with three options namely 1,2 and 3. Also, I have some data from row 9-14.
With option 1 : I want to hide row number 11 to 14 showing only 9-10
With option 2 : I want to hide row number 13 to 14 showing only 9-12
With option 3 : I want to hide nothing showing all 9-14
Please help as I have been struggling for a few days already.....
I am new to VBA and struggling with creating coding to hide and unhide rows based the selections in my dropdown list.
I went through a lot of tutorials and couldn't find a suitable one to do exactly what I want.
I have a dropdown list in cell D1 with three options namely 1,2 and 3. Also, I have some data from row 9-14.
With option 1 : I want to hide row number 11 to 14 showing only 9-10
With option 2 : I want to hide row number 13 to 14 showing only 9-12
With option 3 : I want to hide nothing showing all 9-14
Please help as I have been struggling for a few days already.....