I'm trying to write a For..Next loop for a vlookup in Excel.
For each loop, I want the reference area to move down a row.
ie.
vlookup(A1,Sheet1!A1
1,3,False)
then next loop
vlookup(A1,Sheet1!A2
2,3,false)
Declaring a variable V for the reference area - just doesn't work.
Any ideas?
Thanks
JAP
For each loop, I want the reference area to move down a row.
ie.
vlookup(A1,Sheet1!A1

then next loop
vlookup(A1,Sheet1!A2

Declaring a variable V for the reference area - just doesn't work.
Any ideas?
Thanks
JAP