Hey!!
I have a part of a macro mentioned below -
I just want to add an iferror before the Vlook up so the same line will look like -
However, it gets confused with the "". Is there a way I can tackle this problem?
I have a part of a macro mentioned below -
Code:
ActiveCell.Formula = "=VLOOKUP(A" & i & ",Sheet1!A2:B10,2,0)"
Code:
ActiveCell.Formula = "=IFERROR(VLOOKUP(A" & i & ",Sheet1!A2:B10,2,0),"")"