ie.readystate

  1. B

    Filling in website UserName & Password with VBA

    I found this code (which I might find useful) to open Internet Explorer and fill in Username and password on the specified website. It works until ie.Document.getElementById("uid").Value = "testID" . ("Object required" error) I'm at a loss as to the correct nomenclature to try it out. Also, can...
  2. S

    Problem while filling a web form

    I am new to VB and tried this code to fill a web form and it did not work (ie the web opened but was unable to fill in the fields) . Can some one please help me ...plssss. Following is the code: Private Sub IE_Autiomation() Dim IE As Object Set IE =...
  3. S

    How to close Webpage dialog with VBA

    Hi all, I am trying to make a macro that opens a site and prints an overview. It should be repeated multiple times so I need all pages to be closed in the end. I can't figure out how to close a Webpage dialog. I've tried IE.quit but that does not work. Does anybody know how to get this done...
  4. K

    Internet Explorer - log in to a webpage

    Hello, I try to write a macro for: 1) Opening a certain webpage in Interner Explorer 11 (I am using 64-Bit MS Excel 2016) 2) Going to specific fields within a website 3) Providing "User ID" and "Password" values 4) Clicking "Login" button I am a VBA beginner :) Thank you in advnce for any...
  5. Z

    VBA IE Button Issue

    Hi Everyone, I am hoping that you can help me with this issue. I am trying to automate getting onto a website and clicking a button. Thus far, I have not been able to determine where the issue is. ________________________________ Sub Test()Dim oHTML_Element As IHTMLElement Dim oBrowser As...
  6. G

    VBA open Web page in new tab with Auto login

    Hi Everyone I have a couple of code for Auto login web pages and it all should be open in new Tab not New IE Window.. In this code i got Object error .. can any one help me to solve this. Sub ssss() Dim IE As Object With CreateObject("Shell.Application").Windows If .Count > 0...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top