ThrottleWorks
Excel Ninja
Hi,
I have a file, I am trying to write below formula in the worksheet.
=VLOOKUP(L2,'Broker Mapping List'!A:B,2,0)
When I enter the formula, it does not populate the results, instead I see the formula only.
To get the result I have to do Alt D E D F, this gives me the result for vlookup.
The problem is I am entering this vlookup by macro so can not do Alt D E D F.
Can anyone please tell me how to resolve this problem.
P.S. - I am using following code to populate the vlookup.
Range("m2").Value = "=VLOOKUP(L2,'Broker Mapping List'!A:B,2,0"
Range("m2:m" & endrow).FillDown
I have a file, I am trying to write below formula in the worksheet.
=VLOOKUP(L2,'Broker Mapping List'!A:B,2,0)
When I enter the formula, it does not populate the results, instead I see the formula only.
To get the result I have to do Alt D E D F, this gives me the result for vlookup.
The problem is I am entering this vlookup by macro so can not do Alt D E D F.
Can anyone please tell me how to resolve this problem.
P.S. - I am using following code to populate the vlookup.
Range("m2").Value = "=VLOOKUP(L2,'Broker Mapping List'!A:B,2,0"
Range("m2:m" & endrow).FillDown