Textbox2=WorksheetFunction.Vlookup(Textbox1,Range("NamedRange"),2,False)

Signature
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
> Can someone please suplly me with the syntax for using a named
> range in a WorksheetFuntion statement
[quoted text clipped - 6 lines]
>
> Regards & TIA
Prickle - 21 Mar 2006 21:50 GMT
Thanks Chip
Once again you saved me a few tufts of hair
> Textbox2=WorksheetFunction.Vlookup(Textbox1,Range("NamedRange"),2,False)
>
[quoted text clipped - 8 lines]
>>
>> Regards & TIA