ie.busy

  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. W

    getting runtime error -2147467259 (80004005)

    Hey yall i keep getting the runtime error mentioned + Method "document" of object "IWebBrowser 2" failed. My code is pasted below this is a internal site so you wont be able to access it Sub Assetgrabber() Dim IE As Object Set IE = CreateObject("InternetExplorer.Application") IE.Navigate...
  3. 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...
  4. 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