Hello Rod
Here's a VBA way of doing it. It's something I did a while ago for someone else, I've stripped it down to do just the web page scrape. There's some parts commented out from when I was experimenting which I left there to remind me of the syntax etc. Have a play with it & see if it's any use to you.
The message that appears at the top of sheet2 is from change event in the Tab/View Code window, delete or comment out if you like. If you delete the contents of sheet 2 manually, you can end up with multiple connections in the Data Connections window. As it is now, if you run it it will delete any data connections, clear sheet 2 and display an input box to enter the website you want to get the data from. Then depending on the website etc a few seconds later you have something on sheet 2. I've left sheet 2 with the last page I downloaded so just press the button & play
Enjoy