View Single Post
  #5   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

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