Anyone know if there's a simple control or function available to download data from a web page and put it into an app? Like you can do in excel to put table data from a webpage into a spreadsheet? I been looking in the free places like CNET but cannot find one. TIA, -b
Look around in the Excel help file. This is definitely do-able and I think they even have wizards with XP
I've used macroexpress to copy data from a web page, save the data as a variable and the sound an alert if that data exceeds a set amount. From Excel you access the web as follows: select "data", then select "import external data", then select "new web query" I believe there are functions within Excel Visual Basic that you can also use to access the web.