I am at a loss...I cant find anything online to help figure out why I am getting this error message. I have used this VBA code before (located below) and now when I try to use I keep getting this error and cant move forward. The website opens and I can sign in but the coding is supposed to processing items when I log in but I cant get past this spot.
Any help would be greatly appreciated.
Public Function FnWaitForPageLoad(objIEBrowser)
Do While (objIEBrowser.Busy Or objIEBrowser.READYSTATE <> 4)
DoEvents
Loop
End Function
Thanks!
Any help would be greatly appreciated.
Public Function FnWaitForPageLoad(objIEBrowser)
Do While (objIEBrowser.Busy Or objIEBrowser.READYSTATE <> 4)
DoEvents
Loop
End Function
Thanks!