Having troubles with this bothering my nerves, I understand why it's not working but I don't know how to fix it
If there is a faster way to click a button on a webpage repeatedly please let me know
error code:
Specified cast is not valid.
Code:
Sub T1()
Do
WebBrowser1.Document.GetElementById("cA").InvokeMember("click")
Loop
End Sub
error code:
Specified cast is not valid.