Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
how do i use the vlookup formula in vba?
|
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
thanks for that big t, i actually saw the other posts after i posted mine.
got some sample code from them as well. you are all a great help thank you all very much. "big t" wrote: 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? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
If (Vlookup 0) working, but what if Vlookup cell does not exist | Excel Worksheet Functions | |||
VLookUp - Does the VLookUp return the exact information? | Excel Worksheet Functions | |||
Vlookup in vlookup - taking the result as array name | Excel Worksheet Functions | |||
Combine VLOOKUP and IF function so #NA isn't returned as a value from VLOOKUP | Excel Discussion (Misc queries) | |||
Which is faster: VLOOKUP-worksheet or VB-array VLOOKUP? | Excel Programming |