View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tim Williams Tim Williams is offline
external usenet poster
 
Posts: 1,588
Default Querying a range from within excel

You can use the ADO Excel driver. Plenty of examples if you google this
newsgroup or the web.

Tim

--
Tim Williams
Palo Alto, CA


"David Wright" wrote in message
...
Hi,

Wondering if anyone can advise how to query a named range within an excel
spreadsheet. ie rather than query an external datasource I would like to

have
a table in excel that is named by a range and then query the range using
criteria to return a sub set of records. I would prefer not to do this

using
pivot tables, unless there is a way to turn off the GUI interface to pivot
tables.

Thanks

--
David Wright