Thread: Lookup Value
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default Lookup Value

Hi
use application.worksheetfunction.vlookup(....)

--
Regards
Frank Kabel
Frankfurt, Germany


Kevin wrote:
Hi,

I hope someone can help me. I need to emulate in code the
vlookup worksheet command. I need to be able to assign the
returned value to a variable and use that value in code.

Thanks in advance.

Kevin