Automatically access a web page and copy source to a text file.
I have written and debugged a QB45 program that parses a text file for
specific info that I need and then uses that info to do various things to
data on my computer. All is working well, but I am lacking one final
improvement. The data on the web page that I need changes about every two
hours and I have to interrupt whatever I am doing periodically and
manually
go there and view source and then copy (ctrl a, ctrl c) and paste (ctrl v)
it into a text file for my program to use later. The timing is no
problem,
I can easily code that into my program, but I do not know how to get it to
go to a specified web page and copy the source text into a file on my
computer automatically. Will somebody point me in the right direction?
Thanks in advance,
Jim