View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
tolgag[_10_] tolgag[_10_] is offline
external usenet poster
 
Posts: 1
Default can we hide #N/A display because of VLOOKUP

You can write a custom function, which calls VLookup itself with the
parameter you gave and check if it returns the "N/A".

The syntax is as follows :

Application.WorksheetFunction.VLookup(....)


---
Message posted from http://www.ExcelForum.com/