Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
select yr data and use this macro
Sub hideem() For Each cell in Selection If cell.Value = "n/a" Then cell.Rows.Entirerow.Hidden = True End if Next cell End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Auto hide corresponding rows in 2 worksheets? | Excel Discussion (Misc queries) | |||
auto hide unhide in grey rows above how did I manage this | Excel Worksheet Functions | |||
Want to auto hide rows in excel when no data in a certain column. | Excel Discussion (Misc queries) | |||
Auto Hide Columns & Rows | Excel Discussion (Misc queries) | |||
AUTO HIDE ROWS | Excel Worksheet Functions |