my actual code
ws.Range("D5:D7").Value = "=VLOOKUP(RC[-1],TG!A:C,2,FALSE)"
Output in Excel worksheet
Cell Value
D5 =VLOOKUP(C5,TG!A:D:D,2,FALSE)
D6 =VLOOKUP(C6,TG!A:D:D,2,FALSE)
D7 =VLOOKUP(C7,TG!A:D:D,2,FALSE)
Plz help me to solve this case.... :-)
ws.Range("D5:D7").Value = "=VLOOKUP(RC[-1],TG!A:C,2,FALSE)"
Output in Excel worksheet
Cell Value
D5 =VLOOKUP(C5,TG!A:D:D,2,FALSE)
D6 =VLOOKUP(C6,TG!A:D:D,2,FALSE)
D7 =VLOOKUP(C7,TG!A:D:D,2,FALSE)
Plz help me to solve this case.... :-)