Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Listbox1 is populated from a worksheet range, and has Column headers. Right
now I can move an item from Listbox1 to Listbox2 for a single column listbox. How can I do this for multicolumn listboxes? Private Sub Listbox1_DblClick(ByVal Cancel As MSForms.ReturnBoolean) If Listbox1.ListIndex = -1 Then Exit Sub Listbox2.AddItem Listbox1.value End If End Sub Also, is there anyway for Listbox2 to have Column headers? thanks, Steve |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Double click item in Listbox to select item and close Listbox | Excel Programming | |||
listbox add item | Excel Programming | |||
Add item to listbox, but only if it is not already there. | Excel Programming | |||
The value of a ListBox Item | Excel Programming | |||
listbox.value not equal to listbox.list(listbox.listindex,0) | Excel Programming |