Next, I'm picking up VBA to navigate a web page (can be with Internet Explorer)
I basically found some codes with the CreateObject("InternetExplorer.Application")
method. But I can not input the fields using the object ID to be able to log in to the page.
I need to login to the page using id="username" and id="passwd" , 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 do not know if this is all possible, or if I have to store the current location in a variable. It is possible? How do I?