worksheetfunction.vlookup error
It is a defined name ... not using a set statment.
"Tom Ogilvy" wrote:
What is europe_usedinprint
is it a defined name or do you use a set statement with it such as
set europe_usedinprint = Worksheets("ABC.xls").Range("A1:F2000")
you are using it like it is the latter. If it is a defined name
ActiveCell.Value = Application.VLookup(Range("A5").Value, _
Range("europe_usedinprint"), 2, False)
Larry Levinson
Talking up to the vocal ...
LLevinson*Bloomberg.net
(remove the star etc ....)
|