Hi,

I am developing a program that needs to read certain values from a specific website for further calculations. For example, suppose I need to read todays maximum and minimum temperatures from certain weather sites and want to report the arithmatic mean of them in a msgbox. Is it possile? If not directly, then as a workaround, if I can save the website as text file, I can read that file and find the value I want into a variable. But how to save it in the background so that the user does not see it.

Please help.

Regards.