Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I wont to have view of picture in image1 when I add path of picture in
list1, but nothing is hapening. Can I get some help please. Regards Lopar Private Sub CommandButton1_Click() Dim a As String Dim b As String Dim c As String Dim d As String Dim e As String Dim ImgPath a = TextBox3.Text b = TextBox2.Text c = TextBox4.Text d = TextBox5.Text e = TextBox6.Text list1.AddItem a & c & d & b & e List2.AddItem c & d & b & e If list1.ListIndex = -1 Then Exit Sub ImgPath = list1.List(list1.ListIndex) Image1.Picture = StdFunctions.LoadPicture(ImgPath) TextBox2.Text = "" TextBox2.SetFocus End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can I use an IF statement to show a picture? | Excel Discussion (Misc queries) | |||
EXCEL won't show picture | Excel Discussion (Misc queries) | |||
Declear which picture I want to show and not?! | Excel Discussion (Misc queries) | |||
Declear which picture I want to show and not?! | Excel Worksheet Functions | |||
Show picture with transparencies in Image | Excel Programming |