Having trouble automating a website. When I try to assign a value to a text box on the page, I get Run-Time Error 424 Object Required.
Here is my VBA...
Code:
.document.getElementById("IO:3b05fe9b1b00ac14a6fdfd9f034bcbd3").Value = strAssessment(i)
Sleep (250) 'Had to add sleep to give it time to complete each of these tasks
Leave a comment: