Forum Discussion

Lorenzo Kim's avatar
Lorenzo Kim
Bronze Contributor
Aug 19, 2018

Excel formula used in VBA

the excel formula  =IFERROR(VLOOKUP(A2,MAIN!A2:B8,2,0),"") works well in a cell - but How do I write it in VBA? I came across an article saying to use WorksheetFunction.Application.IFERROR..... bu...

Resources