How to use “This Row” in VBA VLOOKUP?
问题 I am trying to modify a Vlookup function so that it uses "this row" functionality. For example I have a macro that places in Column B the Following formula: =VLOOKUP(I1253,treatlookup,11,FALSE) This works well, however during the macro, I need to have it switch over to another formula: =VLOOKUP(I1253,Itemlookup,22,FALSE) Of course the data varies everytime so I can not just have that formula put in at a specific cell. So what I would like the formula to state is = Vlookup(I"CurrentRow",