Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 : 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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Isabelle - used this a inspiration, and found a way of doing this :-)
CE Den 28.04.2012 01:00, isabelle skrev: hi CE, look at the solution of Juan Pablo González http://www.mrexcel.com/forum/showthread.php?t=116387 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Getting Picture Into Image In UserForm | Excel Programming | |||
best image on a userform | Excel Programming | |||
Userform Image | Excel Programming | |||
moving an image in a userform | Excel Programming | |||
Userform Image help | Excel Programming |