Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
When extracting Excel worksheet names using GetOleDbSchemaTable, is there a
way to exclude named ranges in Excel from the result ? I'm only interrested in getting worksheets returned in the table collection. Any help would be greatly appreciated. Thanks in advance, Thomas |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thomas,
see http://support.microsoft.com/default...b;EN-US;257819 there it explains how to get(or not to get) the difference bewteen names and worksheets., I think the table_type shoud be different for names and sheets. DM Unseen |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
First of all, thanks for your suggestion.
Unfortunately there's nothing in the returned result that can be used to differentiate them as far as I can tell. Table_type returns "table" for all :-( "DM Unseen" wrote: Thomas, see http://support.microsoft.com/default...b;EN-US;257819 there it explains how to get(or not to get) the difference bewteen names and worksheets., I think the table_type shoud be different for names and sheets. DM Unseen |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2007 Named Ranges | Excel Discussion (Misc queries) | |||
How Do I Do an Exclude Filter based on a Named Range? | Excel Worksheet Functions | |||
Like 123, allow named ranges, and print named ranges | Excel Discussion (Misc queries) | |||
VB.Net DLL Using Excel Named Ranges | Excel Programming | |||
named ranges - changing ranges with month selected | Excel Programming |