My worksheet has some cells containing formula, but the output of the formula in these cells are blanks. How can I delete them with macros? I tried this one:
But the macros said no blank cells was found. Any advice is welcome. Thanks alot.![]()
Sheets("Output").Select Selection.SpecialCells(xlCellTypeBlanks).Delete (xlShiftUp)
![]()
Bookmarks