Consulting

Results 1 to 3 of 3

Thread: IE help needed

  1. #1

    Unhappy IE help needed

    Hi to everyone reading this

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

  2. #2
    Public Sub Pause(sngSecs As Single)
    Dim sngEnd As Single
    sngEnd = Timer + sngSecs
    While Timer < sngEnd
    DoEvents
    Wend
    End Sub

    2020-12-25.jpg

  3. #3
    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?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •