Hi, i'm really new here and really not familiar with VBA.
I have been searching a couple of days to solve this issue:
My goal is to create an Application in VBA which automatically logins to a Website and then retrieves certain info of several webpages (with the same layout). After this, the info needs to be written to excel. By watching several tutorials I have been able to write this piece of code. I think that my main problem is the fact that I cannot get the HTML code of the page which has loaded after login.
It also seems that the part with oBrowser.readystate = 3 is causing some problems.
If anyone could that a look at this, it would mean a lot
.
Bookmarks