Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() colofnature wrote: Try this: Private Sub Worksheet_Change(ByVal Target As Excel.Range) Select Case ucase(Range("a1").Value) case "YES" [20:23].entirerow.hidden = true case else [20:23].entirerow.hidden = false End Select End Sub Col -- colofnature ------------------------------------------------------------------------ colofnature's Profile: http://www.excelforum.com/member.php...o&userid=34356 View this thread: http://www.excelforum.com/showthread...hreadid=548938 That works great! Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using VBA to Conditional Hide Rows? | Excel Discussion (Misc queries) | |||
Conditional macro to hide rows | Excel Programming | |||
Conditional macro to hide rows | Excel Programming | |||
Conditional Hide rows with zero | Excel Programming | |||
Conditional hide rows macros | Excel Programming |