Resume on Error?
Hi, I am using this code to get rid of #DIV/0 and other errors:
Range("I5:Q29").Select
Selection.SpecialCells(xlCellTypeFormulas, 16).Select
Selection.ClearContents
However, if there are no errors it stops my code from running and says
it found no cells. How can I have it say if there are none or if there
is an error from this then to skip it and just resume?
Thank you!!!
|