Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This is so simple I'm pulling my hair out. How do you add values to a
list box. I have a named column I would like to use. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello Shelfish,
If the ListBox is on a UserForm, you can specify the source in the "RowSource" property of the ListBox. If the ListBox is on a sheet, you can specify the source in the "ListFillRange" property of the ListBox. Regards, Karim Benabd |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello Shelfish,
If the ListBox is on a UserForm, you can specify the source in the "RowSource" property of the ListBox. If the ListBox is on a sheet, you can specify the source in the "ListFillRange" property of the ListBox. Regards, Karim Benabd |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
userform listbox cannot get listbox.value to transfer back to main sub | Excel Programming | |||
VBA: Creating listbox similar to the one in Pivot table (Listbox+Checkbox) | Excel Programming | |||
TextBox.Activate - QUICKY OFF THE TOP OF SOMEONES HEAD | Excel Programming | |||
listbox.value not equal to listbox.list(listbox.listindex,0) | Excel Programming | |||
Is refreshing listbox rowsource in listbox click event possible? | Excel Programming |