hello :)

  • Thread starter Thread starter BLOOD...
  • Start date Start date
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.
 
ROTFL =)

Tom Ogilvy said:
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.
 
I think any guess from that is totally left field. It was just a random
bunch of words to me<g>

Bob
 
Back
Top