The following code successfully downloads the image from the URL and saves it to the location specified.
Is there any way I could adapt it to insert it straight into the sheet?
Thanks in advance.
Sub SavingImagesfinal()
Dim http As New XMLHTTP60, htmldoc As New HTMLDocument
Dim htmlas As...