Hello, trying to get the price from the website:
https://www.tesco.com/groceries/en-GB/products/303105747
So would return £3.00
Any ideas, this is my attempt?
Thanks in advance!
Sub WebData()
Dim http As New XMLHTTP60, html As New HTMLDocument
Dim source As Object
With http...