Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am in the process of filling numerous Textboxes when a value is selected from a Listbox.
This part is OK and working. But now i have 2 x Images on the userform (Imag1 and Image2) How can i have the picture address(location on my PC) to imput the picture into the Image? The value in cell T1 will be something like:" \\Server\My Pictures\ABC\123\123A.jpg" Corey.... |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Corey,
UserForm1.Image1.Picture = LoadPicture(Worksheets("Sheet1").Range("T1").Value ) HTH, Bernie MS Excel MVP "Corey" wrote in message ... I am in the process of filling numerous Textboxes when a value is selected from a Listbox. This part is OK and working. But now i have 2 x Images on the userform (Imag1 and Image2) How can i have the picture address(location on my PC) to imput the picture into the Image? The value in cell T1 will be something like:" \\Server\My Pictures\ABC\123\123A.jpg" Corey.... |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Convert a picture to a cell address. | Excel Discussion (Misc queries) | |||
image & picture | Excel Programming | |||
Screen flicker when changing Image.Picture source on UserForm | Excel Programming | |||
userform image from picture in worksheet | Excel Programming | |||
VBA : A picture from http://.../Image.gif | Excel Programming |