Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default I need your help again

Can someone please suplly me with the syntax for using a named range in a
WorksheetFuntion statement

e.g

Textbox2=WorksheetFunction.Vlookup(Textbox1,NamedR ange,2,False)

I am having difficulty expressing the NamedRange correctly

Regards & TIA


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default I need your help again

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


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"Prickle" <prick@somewherecom wrote in message
...
Can someone please suplly me with the syntax for using a named
range in a WorksheetFuntion statement

e.g

Textbox2=WorksheetFunction.Vlookup(Textbox1,NamedR ange,2,False)

I am having difficulty expressing the NamedRange correctly

Regards & TIA



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default I need your help again

Thanks Chip
Once again you saved me a few tufts of hair

"Chip Pearson" wrote in message
...
Textbox2=WorksheetFunction.Vlookup(Textbox1,Range( "NamedRange"),2,False)


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"Prickle" <prick@somewherecom wrote in message
...
Can someone please suplly me with the syntax for using a named range in a
WorksheetFuntion statement

e.g

Textbox2=WorksheetFunction.Vlookup(Textbox1,NamedR ange,2,False)

I am having difficulty expressing the NamedRange correctly

Regards & TIA





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 12:09 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"