Hi all ,
Hope all are doing grt
I am again struck with a piece of snippet , I am not sure how to approach with ie automation... somehow I managed to create code.. but the vain is that after autoamting iexplorer is opening with the site , but the user name and password its not taking and submitting
please help
thanx in advance
Sub akide()
Dim ie As Variant
Set ie = CreateObject("InternetExplorer.Application")
Dim itm As Variant
With ie
.Visible = True
.Navigate "https://hosting2.trizetto.net/Citrix/MetaFrame/site/default.aspx"
Do While .Busy Or .readyState <> READYSTATE_COMPLETE: DoEvents: Loop
ie.Document.all("loginForm") = "dsdsds"
ie.Document.all("loginForm.password.value").Value = "dsfdsds"
objCollection(i).Type = "submit"
End With
End Sub
down I am mentioning the html codedat may help u !!
Bookmarks