Saving GIF images from worksheet using VBA
Thank you *very* much Tom! It worked a treat.
--
Sorby
"Tom Ogilvy" wrote in message
...
See my comment at the bottom.
'=======================================
Option Explicit
Private Declare Function InternetOpen Lib "wininet.dll" Alias
"InternetOpenA" _
<snipped
|