C
Charlotte E.
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
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