Using VLookup with VBA
Posted by julio mata on January 15, 2002 10:42 AM
Hi everybody!
This is my problem:
I'm programming a report, so I've to seek for values in a worksheet called listconcept. I use the object application.worksheetfunction.vlookup, like this:
Set Range = ListConcept.Range("A1:C20")
Result = Application.WorksheetFunction.VLookup(VALUE, Range, 3, False)
So VBA generates error 1004, saying that is impossible to obtain the property Vlookup of the Worksheetfunction class
thanks