Thread: #N/A
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
raymond gahan raymond gahan is offline
external usenet poster
 
Posts: 1
Default #N/A

using Vlookup function in an excel sheet, the result in some cells is #N/A.
I am writing a macro to find and process these cells but if I write "If
range("A1").value = "#N/A" I am getting an error . How can I identify these
cells in a macro.