Hello,
Iam pretty new at programming, so any suggestion is welcomed. Ive been trying scrape some data of collections from different websites.
Problem A -> My script worked perfectly on my old computer (win XP), but on newer versions crashed with errors. When i went throug the script step by step worked as it should be... So the problem is that the web is not loaded completely. This is what i got to delay procedure until web page done and is working on old win xp.
While ie.ReadyState <> 4
DoEvents
Wend
then
while ie.busy loop
Also tried manual timer, but also with no succes-> Application.Wait(Now + #0:00:01#). then it fails with navigation to another web page.
Problem B -> Cant figure out how to go next page on search result, for example I put diablo into google search and then I want to go to page 2, 3,... ect.
Any help would be apreciated