what is the VBA code for VLOOKUP?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,
i'm a newbie to excel...
i m looking for VBA code for VLOOKUP function anyone can help?
any good website recommend?


pls kindly help! thanks!
 
Range("F12").Value = Application.VLookup(vVal, _
Worksheets("Sheet1").Range("A1:F500"), 2,False)
 
Application..VLOKUP(Range("A1"),Range("H1:J100"),2,False)

as an example

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top