Hi All
I automated the creation of accounts on a certain tool at work.
At the end of the creation, the website asks:
Please confirm the account you are creating. OK, Cancel
what code can i press to have it automatically press OK
i already use
With ie
With .Document.all.Submit.Click()
End With
End With
which hits Submit, but then my code waits for a user to press OK.
i tried using Excel.SendKeys ("{ENTER}") but the code doesn't get
there. It still waits for a user to press OK / Cancel
any help is great!
|