Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Yes. try something like this
sub HideRange() If Range("A1")=True Then 'or whatever your condition is Range("MyRange").EntireRow.Hidden = True 'or EntireColumn End If End Sub "Derek" wrote: Does anyone know if there is a way to have Excel autohide rows or ranges based on selected conditions? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count functions with multiple conditions/ranges | Excel Worksheet Functions | |||
Print Ranges based on conditions | Excel Discussion (Misc queries) | |||
sum of multiple ranges andmultiple conditions... | Excel Discussion (Misc queries) | |||
Excel, in a cell, how do i link to a pic & autohide like a comment | Excel Discussion (Misc queries) | |||
COUNTIF Statement with Multiple Conditions in Different Ranges | Excel Worksheet Functions |