Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Below is the code I've been using to hide or show a row based if "yes" or
"no" is selected in a validation box. This has been working. Now I would like to also hide a Tab if "no" is selected. How can I had a tab in addition to a row? Thanks! Private Sub Worksheet_Change(ByVal Target As Excel.Range) Range("171:186").EntireRow.Hidden = (LCase(Range("b92")) = "no") End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can we modify any of the ribbon tabs or create new ribbon tabs? | New Users to Excel | |||
hide tabs from view then lock tabs? | Excel Discussion (Misc queries) | |||
Can i set up tabs within tabs on Excel? | Excel Worksheet Functions | |||
Hiding a button when hiding rows | Excel Discussion (Misc queries) | |||
Hiding Rows & Tabs at the same time | Excel Discussion (Misc queries) |