Lookuprng error

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Set LookupRng1 = Workbooks("vendor1.xls").Names("").RefersToRange

I need b96:c124 ans the range for the lookup and this error out. What needs
to be between the "". ??????

Please advise
 
Name the range b96:c124 on the worksheet as say "namedrng1" then

Set LookupRng1 = Workbooks("vendor1.xls").Names("namedrng1").RefersToRange

Regards,
Stefi

„Kip†ezt írta:
 

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