objie

  1. R

    VBA: Web Scraping HTML Code

    I am trying to pull the following HTML information from the following webpage (and would hope to duplicate this effort to pull all of the prices on the page): https://www.ebay.com/sch/i.html?_from=R40&_nkw=ralph+lauren&_sacat=1059&LH_TitleDesc=0&_dmd=1&rt=nc How would I do this? I have the...
  2. S

    IE open in background in vba excel

    IE open in background in vba excel even i used objIE.visible = true. my code is : Private Sub CommandButton2_Click() mystart: Set objIE = CreateObject("InternetExplorer.Application") objIE.Top = 0 objIE.Left = 0 objIE.Width = 1024 objIE.Height = 768 objIE.Visible = True 'We can see IE 'On...
  3. S

    Screen scraping from Internet after submit (VBA)

    Hello, I'm trying to retrieve information from Internet. I'm opening the site, filling in a condition and press the button Deal. So far it works. But then I'm trying to retrieve the information displayed on the website into VBA and sometimes that works and sometimes it doesn't. It seems...
  4. M

    Going from IE to Google Chrome.

    I am trying to change my code from IE to Google Chrome and I am getting stuck on the ready state. Option Explicit Const MyUserName As String = "ABCOFA" Const MyPassword As String = "******" Const dayfrom As String = "12/01/2015" Const READYSTATE_COMPLETE As Integer = 4 Dim chromePath As...

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