View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
David Hilberg David Hilberg is offline
external usenet poster
 
Posts: 84
Default looking through entire sheet

Since Excel has Goto/Special/Formulas/Errors, you could record a macro
to get you that far, then test each cell in the selection for "#N/A".

- David

NewToVB wrote:
I need to look at every cell in the sheet and if it has "#N/A" then I need to
replace it with "" .