well.... you have two ways, the hard way and harder way.
I'd probably use some HTTP activeX component and GET and PUT and .... data from the web page automatically. This expects that you know little bit about HTML and HTTP protocol.... simply say you can easily simulate your clicks on the web page, you get get a text from a web page.... check this
http://www.dart.com/powertcp/web.asp there are some cheaper ActiveX components... you can do your own...
The other way is to use special software for data extraction from web pages..... it cannot do everything, but maybe it can do exactly what you need, so it takes you minutes to get what you need to get.... check this
http://www.lencom.com/VisualWTSite.html http://www.extradata.com this will have probably two stages.... getting data from first page and getting data from second page.....
uh I almost forgot, there is FREE EXCEL2000 way. I used it and although it is not the best, it is free and even non-programmer can do it. Excel can get data from HTML page (this can be fully automated). The question is if your web page uses GET or POST method......
jiri
