Walter Murphy
New Member
- Joined
- Jun 27, 2023
- Messages
- 4
- Office Version
- 2019
- Platform
- Windows
I scoured the boards and could not find any advice or code that could help me accomplish what I need...I need to auto hide rows based on single cell's input in another sheet. There are 9 different cases and each case requires a different set of non-sequential rows to be hidden. Example:
In Sheet 1, Cell B3 contains a drop down with the 9 different case options (A through I)
In Sheet 2, if "A" is selected from the drop down in Sheet 1, rows 14-19, 20, 27, 29-32, and 58 must be hidden
if "B" is selected from the drop down in Sheet 1, rows 28-32, 49, 53-56, and 67 must be hidden
and so on...
I have existing code in Sheet 1 that hides different worksheets depending on which of the 9 cases is selected in cell B3
Any suggestions? Thank you!!
In Sheet 1, Cell B3 contains a drop down with the 9 different case options (A through I)
In Sheet 2, if "A" is selected from the drop down in Sheet 1, rows 14-19, 20, 27, 29-32, and 58 must be hidden
if "B" is selected from the drop down in Sheet 1, rows 28-32, 49, 53-56, and 67 must be hidden
and so on...
I have existing code in Sheet 1 that hides different worksheets depending on which of the 9 cases is selected in cell B3
Any suggestions? Thank you!!