Excel - UserForm Image

Asked By Charlotte E. on 27-Apr-12 02:12 PM
I am trying to load a picture, located on a webserver, into a UserForm with:

Private Sub UserForm_Initialize()
Image1.Picture = LoadPicture("http://www.Wind1.dk/HTML/GFX/Pic.Kontakt.JPG")
End Sub

But for some reason this will not work???

How to load a picture from the web into a UserForm?


Thanks...

CE


isabelle replied to Charlotte E. on 27-Apr-12 07:00 PM
hi CE,

look at the solution of Juan Pablo Gonz?lez
http://www.mrexcel.com/forum/showthread.php?t=116387


--
isabelle




Le 2012-04-27 14:12, Charlotte E. a ?crit :
Charlotte E. replied to isabelle on 01-May-12 07:06 AM
Thanks Isabelle - used this a inspiration, and found a way of doing this :-)


CE



Den 28.04.2012 01:00, isabelle skrev: