View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
zero6060 zero6060 is offline
external usenet poster
 
Posts: 1
Default sql that will refer to a cell in excel

How can I write a sql statement that will refer to a cell in excel.
I would like to do a date range like =<"B2" and ="B3"
and a parameter =<"C2" and ="C3"

You get my point...

I didn't want to write the statement in excel, because excel is slow pulling
data from a huge data base (up to a minute) using several tables, where if I
write the sql directly to the data base it returns data in just a few
seconds. But then I can't use excels convenient parameters