You can get the source code of a website by using the Inet control:
Ctrl-T -> Microsoft Internet Transfer Control -> OK
Add one, and then to get the source code of a website use:
code:
Dim strSourceCode as String
strSourceCode = Inet1.OpenURL("www.google.com")
Then, if the website's source code doesn't change too much, you can easily write some code that will get what you want