Search:

Type: Posts; User: meghagarje

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    2,642

    Re: Automate IE via VBA

    URL is of intranet site
  2. Replies
    6
    Views
    2,642

    Re: Automate IE via VBA

    I tried the following
    IE.Document.all("userName").Value = Worksheets("Sheet1").userid.Text
    IE.Document.all("passWord").Value = Worksheets("Sheet1").pwd.Text
    IE.Document.all("Submit").Click
    Do...
  3. Replies
    10
    Views
    57,374

    Re: IE Automation - vba

    Hi

    Is it possible to access contents of a page that comes after login page

    means i have automated login to a site by putting usename and password
    and clicked on submit

    Set IE =...
  4. Replies
    6
    Views
    2,642

    Automate IE via VBA

    Hi

    Is it possible to access contents of a page that comes after login page

    means i have automated login to a site by putting usename and password
    and clicked on submit

    Set IE =...
Results 1 to 4 of 4



Click Here to Expand Forum to Full Width