View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
tonyhabayeb tonyhabayeb is offline
external usenet poster
 
Posts: 5
Default How do I build an excel query? (something like SQL)

Hello,
I have an excel sheet that contains 10,000 rows and 15 columns.
I want to build a function or VB code that returns for me the rows that
match a specefic condition to another worksheet (in the same file)
I don't know what to search excactly.
I want to do something like SQL query. (Select * from "worksheet"
where....)
I will be glad to hear suggestions or any websittes that have
explination for this thing.