Hi all,
Thanks for taking the time.....
I am wanting to gether data from a web page that contains information regarding weather. It is possible to access this data unrestricted and with no copywrite so I am asking for you help.
The Data is spread over many pages and it is just a matter of changing a couple of numbers for each page.
Here is an example :
I want to gether information for each day of the year...so I would want to have something like this :
Dim myDay
Dim myMonth
Dim myYear
myYear = 2002
myMonth = 1
myDay = 1
Do While myMonth <12
Do Wile myDay < 31
Import...blah.." & myMonth & "&day=" & myDay & "&year=" & myYear & "&format=1"
myDay = myDay +1
loop
myDay = 1
myMonth = myMonth + 1
loop
This would then loop and import all the data for each day of 2002.
Does any one know how this could be done...using VBA in access or in any other MS application.
Thanks for the help,
derickd
Thanks for taking the time.....
I am wanting to gether data from a web page that contains information regarding weather. It is possible to access this data unrestricted and with no copywrite so I am asking for you help.
The Data is spread over many pages and it is just a matter of changing a couple of numbers for each page.
Here is an example :
I want to gether information for each day of the year...so I would want to have something like this :
Dim myDay
Dim myMonth
Dim myYear
myYear = 2002
myMonth = 1
myDay = 1
Do While myMonth <12
Do Wile myDay < 31
Import...blah.." & myMonth & "&day=" & myDay & "&year=" & myYear & "&format=1"
myDay = myDay +1
loop
myDay = 1
myMonth = myMonth + 1
loop
This would then loop and import all the data for each day of 2002.
Does any one know how this could be done...using VBA in access or in any other MS application.
Thanks for the help,
derickd