Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi there dear reader...
Usually I find all responses to my Excel issues in already existing threads. Today not. So any help will be more than welcome. The situation is as follows. I have one UserForm with one multiple-column ListBox in it. I would like to add the value of the third column of the selected item of the ListBox to a TextBox located in another userform. The below code does not work : Private Sub ListBox1_DblClick(ByVal cancel As MSForms.ReturnBoolean) For i = 0 To UserForm1.ListBox1.ListCount - 1 If UserForm1.ListBox1.Selected(i) = True Then UserForm1.ListBox1.List(i, 12).AddItem UserForm2.TextBox1.Text Next i UserForm2.Show End Sub Thank you in advance for your help Honnore |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Worksheet Listbox selected item? | Excel Programming | |||
Delete selected Item from listbox | Excel Programming | |||
How to get the index in VBA of the selected item in a ListBox | Excel Programming | |||
Need selected item from listbox after double click | Excel Programming | |||
Count number of selected item in Listbox | Excel Programming |