3
Next, I’m picking up from VBA to browse a web page (can be with Internet Explorer)
Basically I found some codes with the Method CreateObject("InternetExplorer.Application")
. However, I cannot input the fields using the object ID to log into the page.
I need to login to the page using id="username" and id="passwd", click the button id=". save", enter the site (which would be another page obviously) and inside the site click on another button.
I know the name of the objects because I looked at the source code of the site, but I don’t know if all this is possible, or if I have to store the current location in a variable. Is that possible? How do I?