Hey all,

I'm trying to automate the running of a report. So far, I'm able to navigate to the report page and login, but I am stuck on how to enter data into the form to create the parameters of the report (other than by using SendKeys, which seems ineffective)

Here is my code so far:
Please Login or Register  to view this content.
I get the Run-time error '438: Object doesn't support this property of method.

Screenshot of the report form:
https://gyazo.com/db1a5e7d74bc836e771b7915d33f5abd

Ideally, I'd like to scroll through the form, filling out input areas with data populated on my Excel sheet.

Another issue I faced when trying to do this, is the program trying to take actions before the webpage had loaded fully, even though I have the "ReadyState" part in there.

Any help would be greatly appreciated!

Thanks!