internet explore

  1. C

    VBA to wait until IE webpage finishes loading before running the next step

    Hi, So the below is supposed to OPEN internet explorer, WAIT UNTIL IT LOADS, add username & password and click login, THEN WAIT AGAIN UNTIL THE PAGE LOADS and then many other clicks on hyperlinks, but up to here is enough to show my issue. So far I've been using "Application.Wait Now +...
  2. A

    Run time error '91' (Object variable or with block variable not set) for IE

    Hi, I am new to VBA coding to access IE and fill the web form over Intranet. I am trying to click a button HTML code below: HTML- <INPUT onclick='return btnAddNewLine_OnClick();WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$contentPH$btnAddLine", "", true, "", "", false...
  3. B

    VBA: cant extract data on a website in Internet Explorer

    Hi all, I've been trying to extract data on some website inside Internet Explorer. I've been able to do it right with this code on some of the websites that I need to work on. But now i just encountered a problem on this specific website in which I cant extract the data that i need because my...
  4. S

    Webpage Automation (Selecting option from combobox)

    I am trying to fill in the form of this webpage "https://login.yahoo.com/account/create?src=fpctx&intl=us&lang=en-US&done=https%3A%2F%2Fwww.yahoo.com&specId=yidReg" with the help of excel vba. Everything is working fine, except I am failing to choose option from combobox, where i need to choose...
  5. C

    Internet Explorer multitab issue

    Hello everyone, today i am facing one issue which is related to IE.. i have one side where we have small small open click option.. i wanna click one by one then fill the information and then click on submit button then again back to the same page can anybody write a code for this one so...
  6. S

    Download PDF file form IE URL

    I need to download .PDF files from url. I tried the below code and it is not working. Option Explicit Private Declare Function URLDownloadToFile Lib "urlmon" Alias _ "URLDownloadToFileA" (ByVal pCaller As Long, ByVal szURL As String, ByVal _ szFileName As String, ByVal dwReserved As...
  7. C

    Opening workbook in IE not in a seperate instance

    Hello All, So I am working on a script that goes to a URL, clicks export, and then opens the workbook. When I do this the new workbook always opens in a new instance of Excel so I can't use VBA to get the data I need form the new opened workbook. Is there any way to force IE to open the workbook...

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