Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have been stumped with a listbox added to a worksheet using the control
toolbox. I have been having problems refreshing the listbox when the data range is changed. I have been using the following code to refresh it: Sheets("name").OLEObjects("Listbox1").ListFillRang e = Range("rng").address I have been getting a blank listbox. I can manually enter the range in the property window for the listfillrange, but when the range is changed the listbox isn't updated. Is there a better way to update the listbox? Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Listbox not refreshing on update | Excel Programming | |||
Refreshing a userform/listbox | Excel Programming | |||
VBA: Creating listbox similar to the one in Pivot table (Listbox+Checkbox) | 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 |