Trying to insert images from web into Excel sheet with VBA using this snippet:
ActiveSheet.Pictures.Insert("URL_TO_IMAGE").Select
T