htmldocument

  1. M

    Web scraping on Mac

    I'm using the following macro to scrape a DropBox web page for a string and compare it to a stored value within a worksheet to determine if an update for the workbook is available. This all works on Windows but I get an error when I try and dim a HtmlDocument object or use...
  2. T

    VBA Error - Site change get images links

    I already had one person's help to get the code and I got it working without problems. Now I think the site has changed and now I can not get results. Public Function getHeroImage(productUrl As String) As String Dim dom As HTMLDocument Set dom = New HTMLDocument With...
  3. George J

    I have the window handle - how can i assign it?

    I am doing something weird and wonderful (scrambling in the dark) and have the hwnd of a particular window. Say I have found the handle for the active window and it's a webpage. Dim myDoc as HTMLDocument set myDoc = hwnd then I can access the HTML elements on myDoc How can I make the code...

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