I have the below entry when i go to the insert > name > Define name
='Lookup Tables'!$I$29:$I$65
what does it mean ?
|
I have the below entry when i go to the insert > name > Define name ='Lookup Tables'!$I$29:$I$65 what does it mean ? | |||
feedback
|
This question came from our site for professional and enthusiast programmers.
|
It is called a named Range. The name of which can be found in the Insert>Name>Define Dialog. Lookup Tables is the name of a Sheet. The Range on that sheet is I29-I65. This construct can be used, for example, when reading an Excel spreadsheet using ADO. You would reference the range in the SQL select statement "Select * from NamedRange. | |||||||||||||||
feedback
|
http://www.glencoe.com/ps/computered/pas/article.php4?articleId=411 | |||
|
feedback
|