hello :)

  • Thread starter Thread starter BLOOD...
  • Start date Start date
B

BLOOD...

microsoft excel 2003

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

thanks...
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top