rngurl

  1. J

    VBA HTML parse

    Hello struggling with this URL: https://groceries.asda.com/aisle/fresh-food-bakery/fruit/bananas/112447 Trying to obtain the list of items: ASDA Grower's Selection Ripen at Home Bananas etc... Option Explicit Sub Asdas_Pull_Products_and_Prices() Dim XMLPage As New MSXML2.XMLHTTP60 Dim...
  2. J

    VBA Image from HTML

    Using the following URL in cell S2: https://www.tesco.com/groceries/en-GB/shop/fresh-food/fresh-fruit/bananas I am trying to pull all the image Src URL's on the page. Any ideas why this isn't quite correct please? Thanks. Sub Images() Dim XMLPage As New MSXML2.XMLHTTP60 Dim HTMLDoc As New...
  3. J

    XML http: Trying to get outertext!

    URL in E1 is: https://www.tesco.com/groceries/en-GB/shop/fresh-food/all?include-children=true&page=1&count=48 I am trying to get the outertext, which should for example return: Tesco British Salted Block Butter 250G↵Write a review↵↵Sorry, this product is currently unavailable↵↵Rest of ↵Block...
  4. J

    Error handling

    Hello, If the VBA below cannot find anything for the particular pull I'd like it to Goto 1: and put a blank/1, can anyone help? Thanks. Public Sub Data_Pull_Products_and_Prices_2() Dim http As Object, html As New HTMLDocument, topics As Object, topics2 As Object, titleElem As Object, topic...

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