What I want to do is, I want to filter a range by an Autofilter. The criteria is the Vlookup returns value #N/A or not. I need to handle this language independent. The English return value of Vlookup is #N/A and the German return value of Vlookup is #NV, therefore I want to use the function WorksheetFunction.IsNA(arg).
Is it possible to use this function as criteria for an Autofilter in excel?
If it is only about
#N/Athen the suggestion given by KyleNZ will work. But if you want to trap all the error thatVlookupcan return then use thisExcel 2003
Excel 2007 onwards