View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
GoodyA10 GoodyA10 is offline
external usenet poster
 
Posts: 3
Default Delete the contents of a cell if it contains #DIV/0! Automaticall.

I am building an execl sheet that holds production data. Some pieces of
equipment only run occasionally and because of this they cause a #DIV/0!
error. I want to be able to look through the complete range (a1:di54) of
cells and whenver I find the error i want to delete the contents of the cell.
I guess this is possible to do using a Visual Basic module but my experience
of Visual Basic is limited.