P Pete_UK Aug 23, 2006 #22 I would suggest this (based on Don's hideem): Sub show_em() Columns(1).SpecialCells(xlCellTypeBlanks).EntireRow.Hidden = False End Sub Hope this helps. Pete
I would suggest this (based on Don's hideem): Sub show_em() Columns(1).SpecialCells(xlCellTypeBlanks).EntireRow.Hidden = False End Sub Hope this helps. Pete
G Guest Aug 23, 2006 #23 Thanks - you and Don were a huge help! Pete_UK said: I would suggest this (based on Don's hideem): Sub show_em() Columns(1).SpecialCells(xlCellTypeBlanks).EntireRow.Hidden = False End Sub Hope this helps. Pete Click to expand...
Thanks - you and Don were a huge help! Pete_UK said: I would suggest this (based on Don's hideem): Sub show_em() Columns(1).SpecialCells(xlCellTypeBlanks).EntireRow.Hidden = False End Sub Hope this helps. Pete Click to expand...