Quantcast
Channel: Excel Help Forum - Excel Programming / VBA / Macros
Viewing all articles
Browse latest Browse all 49895

Problem while generating vloop in excel using vb 6.0

$
0
0
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.... :-)

Viewing all articles
Browse latest Browse all 49895

Trending Articles