Is it possible to write a macro or vba which will google image search the cell content in row A and return the image's url? Ive been able to return the first result in the past or the first search result but i can't figure out how to make one that will return a relevant image such as:

http://www.gamexchange.co.uk/images/...f7d5729a35fc5e

The code i tried loops through the text strings in column a, performs a google search on each string and saves the title and url of the first result to the corresponding cells in columns b and c.

Any help would be appreciated, as i think i've exhausted the search function now.

Heres an example of the datasource:
ixn2x.png

Thank you.