Hi there.
I'm trying to do a vlookup in Vb, I've come up with the following but it's not working (and it's not because I haven't defined the variables or anything, i just don't know the correct code for the vlookup in vb (it's clear as crystal when I'm doing one in a cell in the excel worksheet!)).
Using excel 2002.
application.vlookup(range(cells(i,2)),windows(x).sheets
.range(E:H),2,false)
thanking you
I'm trying to do a vlookup in Vb, I've come up with the following but it's not working (and it's not because I haven't defined the variables or anything, i just don't know the correct code for the vlookup in vb (it's clear as crystal when I'm doing one in a cell in the excel worksheet!)).
Using excel 2002.
application.vlookup(range(cells(i,2)),windows(x).sheets
thanking you