Thread: vlookup
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
big t big t is offline
external usenet poster
 
Posts: 40
Default vlookup

Use Application.WorksheetFunction.Vlookup()

The usual Vlookup arguments go in the brackets.

hth
big t


"new_to_vba" wrote:

how do i use the vlookup formula in vba?