Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Matthew Dyer wrote on 5/10/2011 :
I have a form with two listboxes. I have a button on the form that, once pushed, i'd like everything from listbox1 to move to listbox 2. help? thanks! try... With Me.ListBox1 ListBox2.List = .List If .RowSource < "" Then .RowSource = "" Else .Clear End With -- Garry Free usenet access at http://www.eternal-september.org ClassicVB Users Regroup! comp.lang.basic.visual.misc |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Prevent Coping/Transffering item twice from Listbox1 to Listbox2 | Excel Programming | |||
ListBox2.AddItem ListBox1.Value becomes a String when being Integer? | Excel Programming | |||
Listbox1 to Listbox2? | Excel Programming | |||
Userform - Populate Listbox2 based on selection in Listbox1 | Excel Programming | |||
(Worksheet)Listbox1.additem = (Form)Listbox1.value ?? | Excel Programming |