View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.excel.links
VUILLERMET Jacques VUILLERMET Jacques is offline
external usenet poster
 
Posts: 2
Default VBA : A picture from http://.../Image.gif

With Excel 2000, in a workbook, I want to show a picture (in a shape for
example) that I can pick up directly from an HTTP URL :

http://MyServer/MyImage.jpg

I don't want to store it, just declare a link with the URL.

I've tried with Shape/Hyperlink/PublishObjects but I can't.

How to do ?

(The final goal is a dynamic URL that I can change by VBA.)

Jacques.