Hi all, How do I convert the below into VBA code?
=IF(AB2=IFERROR(VLOOKUP(AB2,tblBRPDatabase[Primay Key],1,FALSE),"No Existing Record in the Database"),"Record Already Exists","No Existing Record in the Database")
I have tried the below and it isn't working?
On Error Resume Next
x =...