Thread: UserForm Image
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Charlotte E.[_3_] Charlotte E.[_3_] is offline
external usenet poster
 
Posts: 160
Default UserForm Image

I'm 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 won't work???

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


Thanks...

CE