Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have this code runs fine but, for Zone4=7, its row gets hidden
although it shouldn't according to the code below. What could I be missing? If Zone5 = 0 Then Range("Zone5").Select Selection.EntireRow.Hidden = True End If If Zone4 = 0 Then Range("Zone4").Select Selection.EntireRow.Hidden = True End If If Zone3 = 0 Then Range("Zone3").Select Selection.EntireRow.Hidden = True End If If Zone2 = 0 Then Range("Zone2").Select Selection.EntireRow.Hidden = True End If |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
change "true" and "false" to "availble" and "out of stock" | Excel Worksheet Functions | |||
HELP on "left","right","find","len","substitute" functions | Excel Discussion (Misc queries) | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel | |||
If changed array formula reduce ""\""\""\ - signs to #Missing, will it make ... | Excel Programming |