ODBC ListObject / ODBC named range

lalbatros

Well-known Member
Joined
Sep 5, 2007
Messages
659
Hello,

ODBC on Excel files makes it possible to access a WorkSheet as if it was a table in a database.
This is done by naming the table with square brackets and a dollar, like this: SELECT customer FROM [Sheet1$] .

What I really would like to do is accessing a ListObject as if it was a table in a database.
Alternatively, I could be happy by accessing a named range.

Would you know how to do that?

My guess is that ListObject might not be available to ODBC, as this is a recent feature and ODBC is an old feature.
However, named ranges should be possible ... as names are old in Excel.

Thanks for your suggestions,

Michel
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
Named ranges are accessible as long as they aren't dynamic.
 
Upvote 0
shouldn't be necessary, but for info more robust is alternative

SELECT ...
FROM [myNamedRangeEnclosedInBrackets]
 
Upvote 0

Forum statistics

Threads
1,215,314
Messages
6,124,202
Members
449,147
Latest member
sweetkt327

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top