PDA

View Full Version : IE help needed



GalantOnly
12-24-2020, 04:30 PM
Hi to everyone reading this :)

Why is my post denied? I tried to write a code, but I can't post it...??

GalantOnly
12-24-2020, 04:31 PM
Public Sub Pause(sngSecs As Single)
Dim sngEnd As Single
sngEnd = Timer + sngSecs
While Timer < sngEnd
DoEvents
Wend
End Sub

27628

GalantOnly
12-24-2020, 04:41 PM
Don't know why the code is denied, so I made a pic of it...:(

My problem is that the email and password values don't "stick" to the fields on the web page. The values are visible in fields, but as soon as I click on them, they're disappear.

What am I doing wrong?