View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Sorby Sorby is offline
external usenet poster
 
Posts: 3
Default Saving GIF images from worksheet using VBA

Hi - can someone help me please?

For each row in my worksheet I need to be able to retrieve (from a URL) a
GIF image and save it to a folder on my hard-drive.
The URL strings includes some data from the corresponding row.

Any ideas or pointers please?

Searching this ng I found references to using chart.export and even
Stratos's low-level binary solution (from machine memory rather than a URL)
but are these really the best and only options?

Thanks

--
Sorby