Replace it all:
Although if your code didn't work that probably won't either, are you sure they are blank and not a space or something? An example workbook might be helpful in this case.![]()
Sub look_for_empty() ActiveSheet.UsedRange.SpecialCells(xlCellTypeBlanks).EntireRow.Font.ColorIndex = 4 End Sub
Bookmarks