View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Cesar Zapata Cesar Zapata is offline
external usenet poster
 
Posts: 11
Default Web Query not downloading data filtered in web page

HI,


There is a intranet site here at work that i'm trying to get data
from. I think is written in java.


The page addres looks like this http://mypage.myjob.com:8080/LinkMan...tion/index.jsp.
When go to this page the "Today's Orders" loads up automatically. So
what I want to do is filter by older or future orders by date.

now, once i'm there I filter the data, it shows what I need but when I
import it to excel the filtering gets lost and I guet the "Today's
Orders" data.

I though excel gets the data displayed in the web page. Is Excel
refreshing the link then gettting the data?

I will appreciate any help. thanks