Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
microsoft excel 2003
vlookup why macro source codes............... thanks... |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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... |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
ROTFL =)
"Tom Ogilvy" schrieb im Newsbeitrag ... 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... |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I think any guess from that is totally left field. It was just a random
bunch of words to me<g Bob "Tom Ogilvy" wrote in message ... 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... |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|