This will hide all rows that have blank cells in C or D
![]()
Dim rng As Range Set rng = Range(Cells(2, 3), Cells(Rows.Count, _ 4).End(xlUp)).SpecialCells(xlCellTypeBlanks) rng.EntireRow.Hidden = True
This will hide all rows that have blank cells in C or D
![]()
Dim rng As Range Set rng = Range(Cells(2, 3), Cells(Rows.Count, _ 4).End(xlUp)).SpecialCells(xlCellTypeBlanks) rng.EntireRow.Hidden = True
Hope that helps.
RoyUK
--------
For Excel Tips & Solutions, free examples and tutorials why not check out my web site
Free DataBaseForm example
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks