Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have 32 list boxes on a userform. I want to populate them with the same
data. The list boxes are named listbox1, listbox2, etc. Is there an easier way to populate these boxes instead of doing each one separately? Like a loop or something Dim Counter, Listboxnumber AS Single For Counter = 1 to 50 For lbnbr = 1 to 32 Listbox & Listboxnumber.additem Counter Next Listboxnumber Next Counter |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Data Population for multiple sheets | Excel Discussion (Misc queries) | |||
ListBox population from Excel range | Excel Programming | |||
ListBox Multiple Selection | Excel Programming | |||
excel - ListBox multiple Select | Excel Programming | |||
listbox.value not equal to listbox.list(listbox.listindex,0) | Excel Programming |