delete error/blank cells
vba code:
Cells.SpecialCells(xlCellTypeFormulas, xlErrors).Delete
--
Hope this helps.
If this post was helpfull, please remember to click on the ''''YES''''
button at the bottom of the screen.
Thanks,
Gary Brown
"Ask MS" wrote:
Happy Friday!
My question is: if a worksheet contains both numerical and error cells, how
can I delete all error cells (not just delete the error contents)
simultanuously?
|