Thread: Web Query
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dick Kusleika[_4_] Dick Kusleika[_4_] is offline
external usenet poster
 
Posts: 595
Default Web Query

Maybe you're missing the question mark in the url?

--
Dick Kusleika
Excel MVP
Daily Dose of Excel
www.dicks-blog.com

janetb wrote:
Brand new to web queries and I'm having a problem getting it set up.
Created a page which returns a single table. Created a spreadsheet
with webquery containing 1 static parameter and two dynamic
parameters.

If I go to the web page without the Excel Web query everything is
fine:

http://www.mahec.net/nfd/print2.asp?...dDate=7/2/2005


But when I try to use a web query, it prompts me for the two dates,
but

tells me there's no data in the web query.
Here's the formula bar:
print2.aspid=12&["startDate","start"]&["endDate","End"]

Any help appreciated.