Results 1 to 13 of 13

Please help with IE automation by VBA

Threaded View

  1. #1
    Registered User
    Join Date
    03-22-2012
    Location
    Bangalore, IND
    MS-Off Ver
    EXCEL 2010, 2007
    Posts
    90

    Please help with IE automation by VBA

    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 !!



    HTML Code: 
    Last edited by vpnvipin; 04-27-2012 at 02:20 AM. Reason: solved

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1