Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have two forms each with a listbox on them
How do I get it so that when the user clicks a button on the first form the second form is displayed which it's listbox containing the same data as the first This is what I've got so far sub Userform1_click() userform2.show userform2.listbox1.value = userform1.listbox1.value end sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
listboxes | Excel Programming | |||
Listboxes | Excel Programming | |||
Single Selection ListBoxes | Excel Programming | |||
Linked ListBoxes | Excel Programming | |||
ListBoxes - correct syntax | Excel Programming |