When I run a search on google image search the first few images I get (after the google logo itself) are (linked) in this format
"data:image/jpeg;base64"
later ones are in this format
"https://encrypted"
the later ones are easy to grab and put in my excel file - but actually I want the first one... I know I can get it by just entering it in my web browser but it doesn't seem to work when I just go.
is there some trick I can use to do that? Seems like it should be easy.![]()
Set myPicture = ActiveSheet.Pictures.Insert(MyUrl)
Bookmarks