trying to write a formula in a VB to some cells:This is what I have and is returning a run-time error. Anyone know how I should be writing this?![]()
Range("BB" & kk).Formula = "=IF(ISNA(VLOOKUP(C" & kk & ",Conf!$A$1:$B$240,2,FALSE)),1,VLOOKUP(C" & kk & ",Conf!$A$1:$B$240,2,FALSE)"
Bookmarks