Thread: hello :)
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default hello :)

set rng = Worksheets("Sheet3").Range("A1").CurrentRegion

res = Application.Vlookup("abcd",rng,3,false)

if not iserror(res) then
msgbox res
End if

is as good a guess as any.

--
Regards,
Tom Ogilvy

"BLOOD..." wrote in message
...
microsoft excel 2003

vlookup why macro source codes...............

thanks...